Code-base clean-up and refactoring (#47)
[lunaix-os.git] / lunaix-os / arch / x86 / hart32.c
index 7c345730c77417deab2e643a879730d22be673a2..e87e4fbd36a9f791d94912fce504db7e300d9057 100644 (file)
@@ -5,8 +5,8 @@
 #include <lunaix/mm/vmm.h>
 #include <klibc/string.h>
 
-#include <sys/mm/mempart.h>
-#include <sys/abi.h>
+#include <asm/mempart.h>
+#include <asm/abi.h>
 
 volatile struct x86_tss _tss = { .link = 0,
                                  .esp0 = 0,