kernel: add header files
This commit is contained in:
11
arch/x86_64/include/kernel/machine/pmap.h
Normal file
11
arch/x86_64/include/kernel/machine/pmap.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef KERNEL_X86_64_PMAP_H_
|
||||
#define KERNEL_X86_64_PMAP_H_
|
||||
|
||||
#include <arch/paging.h>
|
||||
|
||||
#define ML_PMAP_INVALID ((uintptr_t)-1)
|
||||
|
||||
typedef pml4t_ptr_t ml_pmap_t;
|
||||
typedef uint64_t ml_pfn_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user