Update console_support.h
Signed-off-by: Raphaël <81994075+RaphProductions@users.noreply.github.com>
This commit is contained in:
parent
f0a2562855
commit
d973526955
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
Add a link
Reference in a new issue