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 6b326ea1735157aac82f0c34c32f593c39d929a1)
@@ -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);
 
