Code-base clean-up and refactoring (#47)
[lunaix-os.git] / lunaix-os / arch / x86 / exceptions / isrdef.c
index 23c80b0b9b798648de3d0cfceb07d3e4fe787b7c..c40ee1fbbd41e93fee18c05aab4e1f37a6327d1d 100644 (file)
@@ -1,9 +1,8 @@
 /* Generated from i386_isrdef.c.j2. Do NOT modify */
 
 #include <lunaix/types.h>
-#include "sys/int_handler.h"
-#include "sys/vectors.h"
-#include "sys/x86_isa.h"
+#include "asm/x86_ivs.h"
+#include "asm/x86.h"
 
 #define IDT_INTERRUPT 0x70
 #define IDT_ATTR(dpl, type) (((type) << 5) | ((dpl & 3) << 13) | (1 << 15))