#ifndef IDT_H #define IDT_H #include void init_idt(); void enable_idt(); #endif