Boot framework rework (#45)
[lunaix-os.git] / lunaix-os / arch / x86 / includes / sys / mm / physical.h
1 #ifndef __LUNAIX_ARCH_PHYSICAL_H
2 #define __LUNAIX_ARCH_PHYSICAL_H
3
4 #include <lunaix/ds/llist.h>
5 #include "mm_defs.h"
6
7 #define PPLIST_STARTVM          PMAP
8
9 struct ppage_arch
10 {
11
12 };
13
14 #endif /* __LUNAIX_ARCH_PHYSICAL_H */