XenevaOS
Loading...
Searching...
No Matches
Gpt.h
Go to the documentation of this file.
1
21#ifndef __GPT_GUID_H__
22#define __GPT_GUID_H__
23
24#define EFI_PART_TYPE_UNUSED_GUID \
25 { \
26 0x00000000, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } \
27 }
28
29#define EFI_PART_TYPE_EFI_SYSTEM_PART_GUID \
30 { \
31 0xc12a7328, 0xf81f, 0x11d2, {0xba, 0x4b, 0x00, 0xa0, 0xc9, 0x3e, 0xc9, 0x3b } \
32 }
33
34#define EFI_PART_TYPE_LEGACY_MBR_GUID \
35 { \
36 0x024dee41, 0x33e7, 0x11d3, {0x9d, 0x69, 0x00, 0x08, 0xc7, 0x81, 0xf3, 0x9f } \
37 }
38
42
43#endif
EFI_GUID gEfiPartTypeLegacyMbrGuid
EFI_GUID gEfiPartTypeUnusedGuid
EFI_GUID gEfiPartTypeSystemPartGuid
Definition Base.h:281