aboutsummaryrefslogtreecommitdiffstats
path: root/gdt.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-09-29 08:03:04 -0400
committerClyne Sullivan <clyne@bitgloo.com>2024-09-29 08:03:04 -0400
commit6da213d840f07a2921091a6d2fab7efa5ec5cdfa (patch)
tree5f381f61049b92b13416f15a4622b87a6aee56f9 /gdt.hpp
parentc7066d295039b833dd026e200a5aa735631bdf34 (diff)
enter user 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