X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FUefi%2FUefiInternalFormRepresentation.h;h=1c900c91c29689f117cb4222a6d591d9f62ecf14;hb=2573712e0132deac7591f9ed5e2423c5e61e5af6;hp=5cfe91a44c5523a971fbc76c3cae7867657b7616;hpb=234980f6e935a51fdafecb9930b4a2ecbf47b727;p=mirror_edk2.git diff --git a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h index 5cfe91a44c..1c900c91c2 100644 --- a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h +++ b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h @@ -715,8 +715,8 @@ typedef union { #define EFI_IFR_VERSION_OP 0x28 #define EFI_IFR_END_OP 0x29 #define EFI_IFR_MATCH_OP 0x2A -#define EFI_IFR_SET_OP 0x2C #define EFI_IFR_GET_OP 0x2B +#define EFI_IFR_SET_OP 0x2C #define EFI_IFR_READ_OP 0x2D #define EFI_IFR_WRITE_OP 0x2E #define EFI_IFR_EQUAL_OP 0x2F @@ -1459,7 +1459,7 @@ typedef struct _EFI_IFR_FORM_MAP { /// /// One or more configuration method's name and unique identifier. /// - EFI_IFR_FORM_MAP_METHOD Methods[1]; + // EFI_IFR_FORM_MAP_METHOD Methods[]; } EFI_IFR_FORM_MAP; typedef struct _EFI_IFR_SET { @@ -1483,6 +1483,10 @@ typedef struct _EFI_IFR_SET { /// UINT16 VarOffset; } VarStoreInfo; + /// + /// Specifies the type used for storage. + /// + UINT8 VarStoreType; } EFI_IFR_SET; typedef struct _EFI_IFR_GET {