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