10 lines
72 B
C
Executable file
10 lines
72 B
C
Executable file
#ifndef _KERN_PMAP
|
|
#define _KERN_PMAP
|
|
|
|
struct PageInfo {
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|