summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Disk
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-20 15:21:09 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-20 15:21:09 +0000
commit4f06d35a0f742edd42acc070f0b8dda6bf737bd2 (patch)
tree3ca20701c4132a02884f9737b2f60665841b4d52 /MdeModulePkg/Universal/Disk
parent4135253bde4f1bb0004844f3ab1112882c76072e (diff)
downloadedk2-4f06d35a0f742edd42acc070f0b8dda6bf737bd2.zip
edk2-4f06d35a0f742edd42acc070f0b8dda6bf737bd2.tar.gz
edk2-4f06d35a0f742edd42acc070f0b8dda6bf737bd2.tar.bz2
Move definition of EFI_PARTITION_ENTRY_STATUS from IndustryStandard in MDE Package to implementation of PartitionDxe module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6156 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Disk')
-rw-r--r--MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h b/MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h
index 6dcbd9b..a8f4d23 100644
--- a/MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h
+++ b/MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h
@@ -85,6 +85,15 @@ extern EFI_COMPONENT_NAME2_PROTOCOL gPartitionComponentName2;
(((UINT8 *) a)[2] << 16) | \
(((UINT8 *) a)[3] << 24) )
+
+//
+// GPT Partition Entry Status
+//
+typedef struct {
+ BOOLEAN OutOfRange;
+ BOOLEAN Overlap;
+} EFI_PARTITION_ENTRY_STATUS;
+
//
// Function Prototypes
//