summaryrefslogtreecommitdiffstats
path: root/arch/x86/io/GlobalObj.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/io/GlobalObj.h')
-rw-r--r--arch/x86/io/GlobalObj.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/io/GlobalObj.h b/arch/x86/io/GlobalObj.h
new file mode 100644
index 0000000..72c6b06
--- /dev/null
+++ b/arch/x86/io/GlobalObj.h
@@ -0,0 +1,8 @@
+#ifndef GLOBALOBJ_H
+#define GLOBALOBJ_H
+
+#include "VGADisplay.h"
+
+extern VGADisplay display;
+
+#endif