PMM and liballoc port
This commit is contained in:
8
kernel/sys/mm.h
Normal file
8
kernel/sys/mm.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _KERNEL_SYS_MM_H
|
||||
#define _KERNEL_SYS_MM_H
|
||||
|
||||
#if defined(__x86_64__)
|
||||
#include <amd64/mm.h>
|
||||
#endif
|
||||
|
||||
#endif // _KERNEL_SYS_MM_H
|
||||
Reference in New Issue
Block a user