Enable EFI_IFR_DEFAULT2 opcode in browser.
Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13751 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -905,6 +905,12 @@ typedef struct _EFI_IFR_DEFAULT {
|
||||
EFI_IFR_TYPE_VALUE Value;
|
||||
} EFI_IFR_DEFAULT;
|
||||
|
||||
typedef struct _EFI_IFR_DEFAULT_2 {
|
||||
EFI_IFR_OP_HEADER Header;
|
||||
UINT16 DefaultId;
|
||||
UINT8 Type;
|
||||
} EFI_IFR_DEFAULT_2;
|
||||
|
||||
typedef struct _EFI_IFR_VALUE {
|
||||
EFI_IFR_OP_HEADER Header;
|
||||
} EFI_IFR_VALUE;
|
||||
|
Reference in New Issue
Block a user