diff options
Diffstat (limited to 'kernel/include')
-rw-r--r-- | kernel/include/mm/page_table_allocator.h | 2 |
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); } |