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.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/x86/gdt/GlobalObj.h b/arch/x86/gdt/GlobalObj.h
deleted file mode 100644
index 3c62847..0000000
--- a/arch/x86/gdt/GlobalObj.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef GDTGLOBALOBJ_H
-#define GDTGLOBALOBJ_H
-
-#include <types.h>
-#include "Gdt.h"
-
-extern MngGdt mngGdt;
-
-void mngGdtInit();
-
-#endif