From e85a68e1536a0f6505300e1cb79f06b9743b00f7 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 9 Sep 2018 11:49:30 +0200 Subject: fixing implicit func declarations! --- kernel/mem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'kernel/mem.h') 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(); -- cgit v1.2.3