#ifndef _KERNEL_MM_TYPES_H #define _KERNEL_MM_TYPES_H #include typedef uintptr_t physaddr_t; #endif // _KERNEL_MM_TYPES_H