Correct the definition for Modal opcode, from EFI_IFR_MODAL to EFI_IFR_MODAL_TAG
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@13887 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
25328e4354
commit
cadf879026
|
@ -885,9 +885,9 @@ typedef struct _EFI_IFR_IMAGE {
|
||||||
EFI_IMAGE_ID Id;
|
EFI_IMAGE_ID Id;
|
||||||
} EFI_IFR_IMAGE;
|
} EFI_IFR_IMAGE;
|
||||||
|
|
||||||
typedef struct _EFI_IFR_MODAL {
|
typedef struct _EFI_IFR_MODAL_TAG {
|
||||||
EFI_IFR_OP_HEADER Header;
|
EFI_IFR_OP_HEADER Header;
|
||||||
} EFI_IFR_MODAL;
|
} EFI_IFR_MODAL_TAG;
|
||||||
|
|
||||||
typedef struct _EFI_IFR_LOCKED {
|
typedef struct _EFI_IFR_LOCKED {
|
||||||
EFI_IFR_OP_HEADER Header;
|
EFI_IFR_OP_HEADER Header;
|
||||||
|
|
Loading…
Reference in New Issue