/** * @file idt.h * * @author Freya Murphy * * IDT functions */ #ifndef IDT_H_ #define IDT_H_ #include void idt_init(void); #endif /* idt.h */