]> git.dujemihanovic.xyz Git - nameless-os.git/blobdiff - include/arch/x86/irq/idt.h
Use interrupt frame and new double fault handler
[nameless-os.git] / include / arch / x86 / irq / idt.h
index 501e5cd52034b544cbb085f5c71be4784186a599..f16cf9672124c3b5a14afd4a97ab07d4aca92194 100644 (file)
@@ -2,6 +2,7 @@
 #define X86_IDT_H
 
 #include <stdint.h>
+#include <irq/interrupt.h>
 
 #define IDT_VECTOR_COUNT 256 /* our IDT will have 256 vectors */
 #define IDT_DESCRIPTOR_SIZE 8 /* each IDT descriptor is 8 bytes long */