aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/kern/mem.h2
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);