refactor: decouple i386 specific instruction invocation
[lunaix-os.git] / lunaix-os / includes / arch / x86 / idt.h
diff --git a/lunaix-os/includes/arch/x86/idt.h b/lunaix-os/includes/arch/x86/idt.h
deleted file mode 100644 (file)
index af0ae7d..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef __LUNAIX_IDT_H
-#define __LUNAIX_IDT_H 1
-#define IDT_ATTR(dpl)                   ((0x70 << 5) | (dpl & 3) << 13 | 1 << 15)
-
-void
-_init_idt();
-#endif
\ No newline at end of file