mirror of https://github.com/acidanthera/audk.git
UEFI Specification has a name conflict. Change the Variable definitions to not conflict with the SimpleTextInEx definitions.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4099 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d331a1e391
commit
0d332fdca8
|
@ -1740,13 +1740,13 @@ typedef union {
|
|||
UINT32 InputKeyCount : 2;
|
||||
} Options;
|
||||
UINT32 PackedValue;
|
||||
} EFI_KEY_DATA;
|
||||
} HOT_KEY_EFI_KEY_DATA;
|
||||
|
||||
typedef struct {
|
||||
EFI_KEY_DATA KeyOptions;
|
||||
UINT32 BootOptionCrc;
|
||||
UINT16 BootOption;
|
||||
//EFI_INPUT_KEY Keys[];
|
||||
HOT_KEY_EFI_KEY_DATA KeyOptions;
|
||||
UINT32 BootOptionCrc;
|
||||
UINT16 BootOption;
|
||||
//EFI_INPUT_KEY Keys[];
|
||||
} EFI_KEY_OPTION;
|
||||
|
||||
#define EFI_KEY_OPTION_SHIFT 0x00000001
|
||||
|
|
Loading…
Reference in New Issue