summaryrefslogtreecommitdiff
path: root/kernel/mem.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-09 11:49:30 +0200
committerMiguel <m.i@gmx.at>2018-09-09 11:49:30 +0200
commite85a68e1536a0f6505300e1cb79f06b9743b00f7 (patch)
treec503a7681720925c5f4923e26c01f7b2e697023d /kernel/mem.h
parentfc1d491479abd74a1e038ad9ff7d4d330d79e4a8 (diff)
fixing implicit func declarations!
Diffstat (limited to 'kernel/mem.h')
-rw-r--r--kernel/mem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/mem.h b/kernel/mem.h
index 42bf84d..76d12b0 100644
--- a/kernel/mem.h
+++ b/kernel/mem.h
@@ -3,3 +3,4 @@ typedef uint32_t physical_address;
physical_address* pmmngr_alloc_block ();
void pmmngr_free_block (physical_address* p);
uint32_t mem_init(multiboot_information *info);
+uint32_t mem_get_free_blocks_count();