Update console_support.h

Signed-off-by: Raphaël <81994075+RaphProductions@users.noreply.github.com>
This commit is contained in:
Raphaël 2024-07-10 22:59:20 +02:00 committed by GitHub
parent f0a2562855
commit d973526955
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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