summaryrefslogtreecommitdiff
path: root/kernel/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/mem.h')
-rw-r--r--kernel/mem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/mem.h b/kernel/mem.h
index c7e905e..42bf84d 100644
--- a/kernel/mem.h
+++ b/kernel/mem.h
@@ -1,5 +1,5 @@
-#include "types.h"
#include "multiboot.h"
+typedef uint32_t physical_address;
physical_address* pmmngr_alloc_block ();
void pmmngr_free_block (physical_address* p);
uint32_t mem_init(multiboot_information *info);