aboutsummaryrefslogtreecommitdiffstats
path: root/gdt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'gdt.hpp')
-rw-r--r--gdt.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdt.hpp b/gdt.hpp
index 0d7a9b6..de5e8fc 100644
--- a/gdt.hpp
+++ b/gdt.hpp
@@ -2,6 +2,7 @@
#define GDT_HPP
void gdt_initialize();
+void enter_user_mode(void (*func)());
#endif // GDT_HPP