kern/kernel/memory/paging.h

14 lines
189 B
C

/**
* @file paging.h
*
* @author Freya Murphy <freya@freyacat.org>
*
* 64-bit paging functions
*/
#ifndef PAGING_H_
#define PAGING_H_
void paging_init(void);
#endif /* paging.h */