9 lines
138 B
C
9 lines
138 B
C
#ifndef _KERNEL_MM_TYPES_H
|
|
#define _KERNEL_MM_TYPES_H
|
|
|
|
#include <libk/std.h>
|
|
|
|
typedef uintptr_t physaddr_t;
|
|
|
|
#endif // _KERNEL_MM_TYPES_H
|