Framework for exporting system header to user space (#59)
[lunaix-os.git] / lunaix-os / arch / x86 / boot / boot_helper.c
index 3b7b4376e76d328ada1d7a6045b9e770d879ddf3..2bc35a485640fd9fbd6299fad24d8ab2b47e04da 100644 (file)
@@ -3,10 +3,10 @@
 #include <lunaix/mm/pmm.h>
 #include <lunaix/spike.h>
 #include <lunaix/sections.h>
-#include <lunaix/generic/bootmem.h>
 
-#include <sys/mm/mm_defs.h>
-#include <sys/boot/bstage.h>
+#include <asm/mm_defs.h>
+#include <asm/boot_stage.h>
+#include <sys-generic/bootmem.h>
 
 #ifdef CONFIG_ARCH_X86_64