aboutsummaryrefslogtreecommitdiff
path: root/02-usart/include/kern/mem.h
diff options
context:
space:
mode:
Diffstat (limited to '02-usart/include/kern/mem.h')
-rw-r--r--02-usart/include/kern/mem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/02-usart/include/kern/mem.h b/02-usart/include/kern/mem.h
index d150744..c0999f5 100644
--- a/02-usart/include/kern/mem.h
+++ b/02-usart/include/kern/mem.h
@@ -24,6 +24,8 @@ void* debug_halloc_get_prev_ptr(void* ptr);
int debug_halloc_assert_consistency(char* error, size_t len);
+void debug_print_blocks();
+
#endif