Sorting source tree a bit
[tpg/acess2.git] / Kernel / arch / x86 / include / multiboot2.h
diff --git a/Kernel/arch/x86/include/multiboot2.h b/Kernel/arch/x86/include/multiboot2.h
deleted file mode 100644 (file)
index 735109a..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Acess 2
- * By John Hodge (thePowersGang)
- *
- * multiboot2.h
- * - Multiboot 2 Header
- */
-#ifndef _MULTIBOOT2_H_
-#define _MULTIBOOT2_H_
-
-#define MULTIBOOT2_MAGIC       0x36D76289
-
-typedef struct sMultiboot2Info
-{
-       Uint32  TotalSize;
-       Uint32  Reserved;       // SBZ
-}      tMultiboot2Info;
-
-#endif

UCC git Repository :: git.ucc.asn.au