]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Guid/Gpt.h
Add DevicePathUtilities DevicePathToText DevciePathFromText USB2HostController protocols
[mirror_edk2.git] / MdePkg / Include / Guid / Gpt.h
CommitLineData
878ddf1f 1/** @file\r
2 Guids used for the GPT (GUID Partition Table)\r
3\r
4 GPT defines a new disk partitioning scheme and also describes \r
5 usage of the legacy Master Boot Record (MBR) partitioning scheme. \r
6\r
7 Copyright (c) 2006, Intel Corporation \r
8 All rights reserved. This program and the accompanying materials \r
9 are licensed and made available under the terms and conditions of the BSD License \r
10 which accompanies this distribution. The full text of the license may be found at \r
11 http://opensource.org/licenses/bsd-license.php \r
12\r
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
15\r
16 Module Name: Gpt.h\r
17\r
18 @par Revision Reference:\r
19 GUIDs defined in UEFI 2.0 spec.\r
20\r
21**/\r
22\r
23#ifndef __GPT_GUID_H__\r
24#define __GPT_GUID_H__\r
25\r
26#define EFI_PART_TYPE_UNUSED_GUID \\r
27 { \\r
28 0x00000000, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } \\r
29 }\r
30\r
31#define EFI_PART_TYPE_EFI_SYSTEM_PART_GUID \\r
32 { \\r
33 0xc12a7328, 0xf81f, 0x11d2, {0xba, 0x4b, 0x00, 0xa0, 0xc9, 0x3e, 0xc9, 0x3b } \\r
34 }\r
35\r
36#define EFI_PART_TYPE_LEGACY_MBR_GUID \\r
37 { \\r
38 0x024dee41, 0x33e7, 0x11d3, {0x9d, 0x69, 0x00, 0x08, 0xc7, 0x81, 0xf3, 0x9f } \\r
39 }\r
40\r
41extern EFI_GUID gEfiPartTypeUnusedGuid;\r
42extern EFI_GUID gEfiPartTypeSystemPartGuid;\r
43extern EFI_GUID gEfiPartTypeLegacyMbrGuid;\r
44\r
45#endif\r