UnnamedOS
idt.h
Go to the documentation of this file.
1 
7 #ifndef INTERRUPTS_IDT_H
8 #define INTERRUPTS_IDT_H
9 
11 #define IDT_ENTRIES 256
12 
13 void idt_init();
14 
15 #endif
16 
void idt_init()
Initializes the IDT.
Definition: idt.c:99