Code-base clean-up and refactoring (#47)
[lunaix-os.git] / lunaix-os / kernel / debug / gdbstub.c
index f84aab9fe1e3bbb2bde3bf70f7b1c3f523fa0680..1ae44802ba57616bb5f4e5980fa9a4d179897e42 100644 (file)
@@ -36,8 +36,8 @@
 #include <klibc/string.h>
 #include <sdbg/gdbstub.h>
 
 #include <klibc/string.h>
 #include <sdbg/gdbstub.h>
 
-#include <sys/port_io.h>
-#include <sys/cpu.h>
+#include <asm/x86_pmio.h>
+#include <asm/cpu.h>
 
 /*****************************************************************************
  * Macros
 
 /*****************************************************************************
  * Macros