Kernel - Slight reworks to timer code
[tpg/acess2.git] / Kernel / arch / x86 / include / multiboot2.h
1 /*
2  * Acess 2
3  * By John Hodge (thePowersGang)
4  *
5  * multiboot2.h
6  * - Multiboot 2 Header
7  */
8 #ifndef _MULTIBOOT2_H_
9 #define _MULTIBOOT2_H_
10
11 #define MULTIBOOT2_MAGIC        0x36D76289
12
13 typedef struct sMultiboot2Info
14 {
15         Uint32  TotalSize;
16         Uint32  Reserved;       // SBZ
17 }       tMultiboot2Info;
18
19 #endif

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