aboutsummaryrefslogtreecommitdiff
path: root/include/kern/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kern/mem.h')
-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 20b09bb..bc6c4e2 100644
--- a/include/kern/mem.h
+++ b/include/kern/mem.h
@@ -22,6 +22,8 @@ int debug_kalloc_assert_consistency(char* error, size_t len);
void debug_print_blocks();
+int debug_is_heap_empty();
+
#endif