index
:
clyne/osdev
main
Tinkering with operating system development
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gdt.hpp
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'gdt.hpp')
-rw-r--r--
gdt.hpp
1
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