summaryrefslogtreecommitdiffstats
path: root/arch/x86/io/GlobalObj.h
diff options
context:
space:
mode:
authorAlexey Gavrilov <90127298+rebovas@users.noreply.github.com>2024-03-07 15:18:51 +0700
committerGitHub <noreply@github.com>2024-03-07 15:18:51 +0700
commit05673a8a51a9f00fa367ec2898ffce493e7ecdc9 (patch)
tree4999e8c789a036511a1b6bbaec594b712bb1f64a /arch/x86/io/GlobalObj.h
parent976575c12b5da66996a3204ec711e4937a3ef240 (diff)
parent244a9154e42a49470bd28e3a95ebe9f4a5fe5ff7 (diff)
Merge pull request #1 from rebovas/init_proc
Mechanism of initialization
Diffstat (limited to 'arch/x86/io/GlobalObj.h')
-rw-r--r--arch/x86/io/GlobalObj.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/io/GlobalObj.h b/arch/x86/io/GlobalObj.h
deleted file mode 100644
index 72c6b06..0000000
--- a/arch/x86/io/GlobalObj.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef GLOBALOBJ_H
-#define GLOBALOBJ_H
-
-#include "VGADisplay.h"
-
-extern VGADisplay display;
-
-#endif