Update structure EFI_IFR_VARSTORE_EFI to follow UEFI spec 2.3.1

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
This commit is contained in:
ydong10 2011-07-12 07:15:42 +00:00
parent bab427db7d
commit d23610ebbc
1 changed files with 2 additions and 0 deletions

View File

@ -851,6 +851,8 @@ typedef struct _EFI_IFR_VARSTORE_EFI {
EFI_VARSTORE_ID VarStoreId; EFI_VARSTORE_ID VarStoreId;
EFI_GUID Guid; EFI_GUID Guid;
UINT32 Attributes; UINT32 Attributes;
UINT16 Size;
UINT8 Name[1];
} EFI_IFR_VARSTORE_EFI; } EFI_IFR_VARSTORE_EFI;
typedef struct _EFI_IFR_VARSTORE_NAME_VALUE { typedef struct _EFI_IFR_VARSTORE_NAME_VALUE {