aboutsummaryrefslogtreecommitdiffstats
path: root/gdt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'gdt.hpp')
-rw-r--r--gdt.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdt.hpp b/gdt.hpp
deleted file mode 100644
index de5e8fc..0000000
--- a/gdt.hpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef GDT_HPP
-#define GDT_HPP
-
-void gdt_initialize();
-void enter_user_mode(void (*func)());
-
-#endif // GDT_HPP
-