mirror of https://github.com/acidanthera/audk.git
Add definition of SCAN_PAUSE for EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.
Signed-off-by: vanjeff Reviewed-by: niruiyu git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11655 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8f0067d76d
commit
66b96f9213
|
@ -126,6 +126,7 @@ typedef struct {
|
||||||
//
|
//
|
||||||
#define SCAN_F11 0x0015
|
#define SCAN_F11 0x0015
|
||||||
#define SCAN_F12 0x0016
|
#define SCAN_F12 0x0016
|
||||||
|
#define SCAN_PAUSE 0x0048
|
||||||
#define SCAN_F13 0x0068
|
#define SCAN_F13 0x0068
|
||||||
#define SCAN_F14 0x0069
|
#define SCAN_F14 0x0069
|
||||||
#define SCAN_F15 0x006A
|
#define SCAN_F15 0x006A
|
||||||
|
|
Loading…
Reference in New Issue