mirror of https://github.com/acidanthera/audk.git
Useless definition removed and typo corrected.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8045 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
647a768d85
commit
298530bcaa
|
@ -2010,7 +2010,7 @@ typedef union {
|
|||
///
|
||||
/// The SysReq key must be pressed (1) or must not be pressed (0).
|
||||
///
|
||||
UINT32 SysReqPessed : 1;
|
||||
UINT32 SysReqPressed : 1;
|
||||
UINT32 Reserved : 16;
|
||||
///
|
||||
/// Specifies the actual number of entries in EFI_KEY_OPTION.Keys, from 0-3. If
|
||||
|
@ -2049,14 +2049,6 @@ typedef struct {
|
|||
//EFI_INPUT_KEY Keys[];
|
||||
} EFI_KEY_OPTION;
|
||||
|
||||
#define EFI_KEY_OPTION_SHIFT 0x00000001
|
||||
#define EFI_KEY_OPTION_CONTROL 0x00000002
|
||||
#define EFI_KEY_OPTION_ALT 0x00000004
|
||||
#define EFI_KEY_OPTION_LOGO 0x00000008
|
||||
#define EFI_KEY_OPTION_MENU 0x00000010
|
||||
#define EFI_KEY_OPTION_SYSREQ 0x00000020
|
||||
#define EFI_KEY_CODE_COUNT 0x00000300
|
||||
|
||||
//
|
||||
// EFI File location to boot from on removable media devices
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue