diff options
Diffstat (limited to 'include/kern/mem.h')
-rw-r--r-- | include/kern/mem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/kern/mem.h b/include/kern/mem.h index 2af49cb..20b09bb 100644 --- a/include/kern/mem.h +++ b/include/kern/mem.h @@ -4,6 +4,8 @@ #include "arch.h" #include <stddef.h> +void kalloc_init(); + /* allocates memory on the head, which is stored in sram2 */ void* kalloc(size_t n); |