summaryrefslogtreecommitdiff
path: root/kernel/mem.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-02 15:47:29 +0200
committerMiguel <m.i@gmx.at>2018-09-02 15:47:29 +0200
commitfd5a9b87e47bc072aa63fcaf5735232a37338303 (patch)
treea4a15617e540af1f77a326875be84164043aa707 /kernel/mem.h
parent300fb2f088d8530b630e01ef24ce032710a2f8b9 (diff)
cleanup filenames
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);