]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Guid/Gpt.h
MdePkg: introduce MM communicate 2 protocol
[mirror_edk2.git] / MdePkg / Include / Guid / Gpt.h
CommitLineData
c2f83f0a 1/** @file\r
2 Guids used for the GPT (GUID Partition Table)\r
3\r
9095d37b
LG
4 GPT defines a new disk partitioning scheme and also describes\r
5 usage of the legacy Master Boot Record (MBR) partitioning scheme.\r
c2f83f0a 6\r
9095d37b 7 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
9344f092 8 SPDX-License-Identifier: BSD-2-Clause-Patent\r
c2f83f0a 9\r
c2f83f0a 10 @par Revision Reference:\r
11 GUIDs defined in UEFI 2.1 spec.\r
12\r
13**/\r
14\r
15#ifndef __GPT_GUID_H__\r
16#define __GPT_GUID_H__\r
17\r
18#define EFI_PART_TYPE_UNUSED_GUID \\r
19 { \\r
20 0x00000000, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } \\r
21 }\r
22\r
23#define EFI_PART_TYPE_EFI_SYSTEM_PART_GUID \\r
24 { \\r
25 0xc12a7328, 0xf81f, 0x11d2, {0xba, 0x4b, 0x00, 0xa0, 0xc9, 0x3e, 0xc9, 0x3b } \\r
26 }\r
27\r
28#define EFI_PART_TYPE_LEGACY_MBR_GUID \\r
29 { \\r
30 0x024dee41, 0x33e7, 0x11d3, {0x9d, 0x69, 0x00, 0x08, 0xc7, 0x81, 0xf3, 0x9f } \\r
31 }\r
32\r
33extern EFI_GUID gEfiPartTypeUnusedGuid;\r
34extern EFI_GUID gEfiPartTypeSystemPartGuid;\r
35extern EFI_GUID gEfiPartTypeLegacyMbrGuid;\r
36\r
37#endif\r