#ifndef IDT_H #define IDT_H #include /* Functions implemented in idt.c */ void idt_set_gate(int n,uint32_t handler); void load_idt(); #endif