aboutsummaryrefslogtreecommitdiff
path: root/src/idt/idt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/idt/idt.h')
-rw-r--r--src/idt/idt.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/idt/idt.h b/src/idt/idt.h
deleted file mode 100644
index 5771ff0..0000000
--- a/src/idt/idt.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef MELVIX_IDT_H
-#define MELVIX_IDT_H
-
-void idt_install();
-
-void idt_set_gate(unsigned char num, unsigned long base, unsigned short sel, unsigned char flags);
-
-#endif