Index: kernel/arch/amd64/include/mm/frame.h
===================================================================
--- kernel/arch/amd64/include/mm/frame.h	(revision 5dc34af03a1f39b6300d225be85fb9a89e65f2db)
+++ kernel/arch/amd64/include/mm/frame.h	(revision 42f60375d47cb7fc7f3980f71a70729f8311995d)
@@ -44,5 +44,6 @@
 
 extern uintptr_t last_frame;
-extern void frame_arch_init(void);
+extern void frame_low_arch_init(void);
+extern void frame_high_arch_init(void);
 extern void physmem_print(void);
 
