bottleros/Kernel/interruptions/include/idtLoader.h

11 lines
131 B
C

#ifndef IDT_LOADER_H
#define IDT_LOADER_H
#include <defs.h>
#include <interrupts.h>
#include <stdint.h>
void load_idt();
#endif