FENIX_kernel/include/kernel/pmap.h

11 lines
72 B
C
Executable File

#ifndef _KERN_PMAP
#define _KERN_PMAP
struct PageInfo {
};
#endif