A update
This commit is contained in:
9
include/mm/paging.h
Normal file
9
include/mm/paging.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef _PAGING_H
|
||||
#define _PAGING_H
|
||||
|
||||
#include <types.h>
|
||||
|
||||
void paging_init(void);
|
||||
void map_page(void* phys, void* virt);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user