summaryrefslogtreecommitdiff
path: root/src/include/paging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/paging.h')
-rw-r--r--src/include/paging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/paging.h b/src/include/paging.h
index 302e567..5d33ca5 100644
--- a/src/include/paging.h
+++ b/src/include/paging.h
@@ -9,7 +9,7 @@
void unmap_lowmem();
size_t map_complete_physical();
-void debug_print_memory();
+void debug_pzone();
struct phys_map *init_pmap(size_t pagetable_size);