diff options
Diffstat (limited to 'src/idt/idt.h')
-rw-r--r-- | src/idt/idt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/idt/idt.h b/src/idt/idt.h index 6a68e86..5771ff0 100644 --- a/src/idt/idt.h +++ b/src/idt/idt.h @@ -3,4 +3,6 @@ void idt_install(); +void idt_set_gate(unsigned char num, unsigned long base, unsigned short sel, unsigned char flags); + #endif |