]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Uefi/UefiGpt.h
MdePkg/UefiGpt.h: Add new definition for enable GPT support
[mirror_edk2.git] / MdePkg / Include / Uefi / UefiGpt.h
index f635b0539082cf261d60a3e5b99703ddf6b280a6..e4e919beaf8ab00ff07018303e649e0234b371e4 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   EFI Guid Partition Table Format Definition.\r
 \r
-Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under\r
 the terms and conditions of the BSD License that accompanies this distribution.\r
 The full text of the license may be found at\r
@@ -24,6 +24,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 /// EFI Partition Table Signature: "EFI PART".\r
 ///\r
 #define EFI_PTAB_HEADER_ID      SIGNATURE_64 ('E','F','I',' ','P','A','R','T')\r
+///\r
+/// Minimum bytes reserve for EFI entry array buffer.\r
+///\r
+#define EFI_GPT_PART_ENTRY_MIN_SIZE 16384\r
 \r
 #pragma pack(1)\r
 \r