Espresso 0.0.2a
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
#ifndef _PAGING_H
|
||||
#define _PAGING_H
|
||||
|
||||
#include <types.h>
|
||||
#include <stdint.h>
|
||||
|
||||
void paging_init(void);
|
||||
void map_page(void* phys, void* virt);
|
||||
void map_page(void* phys_addr, void* virt_addr);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user