idt.h (116B)
1 #ifndef IDT_H 2 #define IDT_H 3 4 /* Interrupt Descriptor Table functions */ 5 void idt_install(void); 6 7 #endif /* IDT_H */