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:
AJFISH 2007-10-11 17:12:14 +00:00
parent d331a1e391
commit 0d332fdca8
1 changed files with 5 additions and 5 deletions

View File

@ -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