]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update structure EFI_IFR_VARSTORE_EFI to follow UEFI spec 2.3.1
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 12 Jul 2011 07:15:42 +0000 (07:15 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 12 Jul 2011 07:15:42 +0000 (07:15 +0000)
Signed-off-by:ydong10
Reviewed-by:lgao4

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12008 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Uefi/UefiInternalFormRepresentation.h

index 65758c5ab91f422ec08a731e0b70a821146091a1..8c026de2dc1ca48c6d0cb0654e2538809a5f4988 100644 (file)
@@ -851,6 +851,8 @@ typedef struct _EFI_IFR_VARSTORE_EFI {
   EFI_VARSTORE_ID          VarStoreId;\r
   EFI_GUID                 Guid;\r
   UINT32                   Attributes;\r
+  UINT16                   Size;\r
+  UINT8                    Name[1];\r
 } EFI_IFR_VARSTORE_EFI;\r
 \r
 typedef struct _EFI_IFR_VARSTORE_NAME_VALUE {\r