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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/idt/idt.h b/src/idt/idt.h
new file mode 100644
index 0000000..6a68e86
--- /dev/null
+++ b/src/idt/idt.h
@@ -0,0 +1,6 @@
+#ifndef MELVIX_IDT_H
+#define MELVIX_IDT_H
+
+void idt_install();
+
+#endif