Merge branch 'master' into isa/arm64
[lunaix-os.git] / lunaix-os / arch / aarch64 / includes / asm / 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 */