summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Uefi/UefiGpt.h
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-20 15:31:22 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-20 15:31:22 +0000
commite0c047a04bce14a97569ae7a67e5984eec067d78 (patch)
tree21e996bea3bcff3570910ba69cf8aca867119154 /MdePkg/Include/Uefi/UefiGpt.h
parent4f06d35a0f742edd42acc070f0b8dda6bf737bd2 (diff)
downloadedk2-platforms-e0c047a04bce14a97569ae7a67e5984eec067d78.tar.xz
Update MdePkg/Include/Uefi according to code review comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6157 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Uefi/UefiGpt.h')
-rw-r--r--MdePkg/Include/Uefi/UefiGpt.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/MdePkg/Include/Uefi/UefiGpt.h b/MdePkg/Include/Uefi/UefiGpt.h
index f97030cf22..5ae762db07 100644
--- a/MdePkg/Include/Uefi/UefiGpt.h
+++ b/MdePkg/Include/Uefi/UefiGpt.h
@@ -1,7 +1,7 @@
/** @file
EFI Guid Partition Table Format Definition.
- Copyright (c) 2006 - 2007, Intel Corporation
+ Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -15,6 +15,10 @@
#ifndef __UEFI_GPT_H__
#define __UEFI_GPT_H__
+///
+/// The primary GUID Partition Table Header must be
+/// located in LBA 1 (i.e., the second logical block).
+///
#define PRIMARY_PART_HEADER_LBA 1
///
@@ -52,14 +56,6 @@ typedef struct {
CHAR16 PartitionName[36];
} EFI_PARTITION_ENTRY;
-///
-/// GPT Partition Entry Status
-///
-typedef struct {
- BOOLEAN OutOfRange;
- BOOLEAN Overlap;
-} EFI_PARTITION_ENTRY_STATUS;
-
#pragma pack()
#endif