protocols/console_support: Add EFI special characters #3
1 changed files with 7 additions and 0 deletions
|
@ -31,6 +31,13 @@
|
|||
#define EFI_SCANCODE_FN10 0x14
|
||||
#define EFI_SCANCODE_ESC 0x17
|
||||
|
||||
// EFI special characters
|
||||
#define EFI_CHAR_NULL 0x0000
|
||||
#define EFI_CHAR_BACKSPACE 0x0008
|
||||
#define EFI_CHAR_TAB 0x0009
|
||||
#define EFI_CHAR_LINEFEED 0x000A
|
||||
#define EFI_CHAR_CARRIAGE_RETURN 0x000D
|
||||
|
||||
typedef struct _EFI_SIMPLE_TEXT_INPUT_PROTOCOL EFI_SIMPLE_TEXT_INPUT_PROTOCOL;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue