summaryrefslogtreecommitdiffstats
path: root/arch/x86/gdt/GlobalObj.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/gdt/GlobalObj.h')
-rw-r--r--arch/x86/gdt/GlobalObj.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/gdt/GlobalObj.h b/arch/x86/gdt/GlobalObj.h
new file mode 100644
index 0000000..563a2a9
--- /dev/null
+++ b/arch/x86/gdt/GlobalObj.h
@@ -0,0 +1,10 @@
+#ifndef GDTGLOBALOBJ_H
+#define GDTGLOBALOBJ_H
+#include "../inc/types.h"
+#include "Gdt.h"
+
+extern MngGdt mngGdt;
+
+void mngGdtInit();
+
+#endif