git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Architectural Support: x86_64 (#37)
[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 */