11 lines
72 B
C
11 lines
72 B
C
|
#ifndef _KERN_PMAP
|
||
|
#define _KERN_PMAP
|
||
|
|
||
|
struct PageInfo {
|
||
|
|
||
|
};
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|