aboutsummaryrefslogtreecommitdiff
path: root/kernel/include/mm/page_table_allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/mm/page_table_allocator.h')
-rw-r--r--kernel/include/mm/page_table_allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/mm/page_table_allocator.h b/kernel/include/mm/page_table_allocator.h
index dc4deb6..4a0b0fb 100644
--- a/kernel/include/mm/page_table_allocator.h
+++ b/kernel/include/mm/page_table_allocator.h
@@ -25,7 +25,7 @@ namespace PageTableAllocator
{
uint32_t *allocate(void);
-void prepare(void);
+void initialize(void);
}