aboutsummaryrefslogtreecommitdiff
path: root/include/garmos/gdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/garmos/gdt.h')
-rw-r--r--include/garmos/gdt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/garmos/gdt.h b/include/garmos/gdt.h
index b49f42d..d353437 100644
--- a/include/garmos/gdt.h
+++ b/include/garmos/gdt.h
@@ -18,5 +18,6 @@
#include <garmos/types.h>
void gdt_init(void);
+uint16_t gdt_get_code_offset(void);
#endif