mirror of https://github.com/acidanthera/audk.git
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:
parent
bab427db7d
commit
d23610ebbc
|
@ -851,6 +851,8 @@ typedef struct _EFI_IFR_VARSTORE_EFI {
|
|||
EFI_VARSTORE_ID VarStoreId;
|
||||
EFI_GUID Guid;
|
||||
UINT32 Attributes;
|
||||
UINT16 Size;
|
||||
UINT8 Name[1];
|
||||
} EFI_IFR_VARSTORE_EFI;
|
||||
|
||||
typedef struct _EFI_IFR_VARSTORE_NAME_VALUE {
|
||||
|
|
Loading…
Reference in New Issue