1 2 3 4 5 6 7 8 9
#ifndef IDT_H #define IDT_H #include <stdint.h> void init_idt(); void enable_idt(); #endif