summaryrefslogtreecommitdiff
path: root/kernel/idt.h
diff options
context:
space:
mode:
authordzwdz2021-07-09 16:13:38 +0200
committerdzwdz2021-07-09 16:13:38 +0200
commit79dbeb367cc7b39e965c052ebb62076a2118c54c (patch)
tree23651a0ea6abbe9d9cbc4968a35e0ab317911185 /kernel/idt.h
parent9b851331995c84f9548eba05e51b47656cb83deb (diff)
basic interrupt support
Diffstat (limited to 'kernel/idt.h')
-rw-r--r--kernel/idt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/idt.h b/kernel/idt.h
new file mode 100644
index 0000000..5627657
--- /dev/null
+++ b/kernel/idt.h
@@ -0,0 +1,3 @@
+#pragma once
+
+void idt_init();