From 244a9154e42a49470bd28e3a95ebe9f4a5fe5ff7 Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Wed, 6 Mar 2024 15:32:17 +0700 Subject: Initialization mechanism --- arch/x86/gdt/GlobalObj.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 arch/x86/gdt/GlobalObj.h (limited to 'arch/x86/gdt/GlobalObj.h') 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 -#include "Gdt.h" - -extern MngGdt mngGdt; - -void mngGdtInit(); - -#endif -- cgit v1.2.3