]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Uefi/UefiGpt.h
INF module description added
[mirror_edk2.git] / MdePkg / Include / Uefi / UefiGpt.h
index f97030cf2283775e39fa58641dea9bd0e5526e0f..5ae762db079fe2277ac1742b2d6c661ccff67cec 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   EFI Guid Partition Table Format Definition.\r
 \r
-  Copyright (c) 2006 - 2007, Intel Corporation\r
+  Copyright (c) 2006 - 2008, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
 #ifndef __UEFI_GPT_H__\r
 #define __UEFI_GPT_H__\r
 \r
+///\r
+/// The primary GUID Partition Table Header must be\r
+/// located in LBA 1 (i.e., the second logical block).\r
+///\r
 #define PRIMARY_PART_HEADER_LBA 1\r
 \r
 ///\r
@@ -52,14 +56,6 @@ typedef struct {
   CHAR16    PartitionName[36];\r
 } EFI_PARTITION_ENTRY;\r
 \r
-///\r
-/// GPT Partition Entry Status\r
-///\r
-typedef struct {\r
-  BOOLEAN OutOfRange;\r
-  BOOLEAN Overlap;\r
-} EFI_PARTITION_ENTRY_STATUS;\r
-\r
 #pragma pack()\r
 #endif\r
 \r