summaryrefslogtreecommitdiff
path: root/kernel/idt.h
diff options
context:
space:
mode:
authordzwdz2021-07-10 16:37:45 +0200
committerdzwdz2021-07-10 16:37:45 +0200
commitd093a8eea6bfb0ff7e621e9ba3307dae698322aa (patch)
tree08a5272e2813cf8db8feda4ff91d919cb9ad7330 /kernel/idt.h
parent1faac72e2514c335e2d5721dce8c9fd1da722062 (diff)
separate the source code from object files; more modular Makefile
Diffstat (limited to 'kernel/idt.h')
-rw-r--r--kernel/idt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/idt.h b/kernel/idt.h
deleted file mode 100644
index 5627657..0000000
--- a/kernel/idt.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#pragma once
-
-void idt_init();