From 9fbfc6e951e565ef98c49c1dcfc4b6a39514f17d Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Tue, 6 Feb 2024 19:02:07 +0000 Subject: read files --- api/efi/console.h | 1 + 1 file changed, 1 insertion(+) (limited to 'api/efi/console.h') diff --git a/api/efi/console.h b/api/efi/console.h index 279d365..d91beba 100644 --- a/api/efi/console.h +++ b/api/efi/console.h @@ -6,6 +6,7 @@ {0x387477c2,0x69c7,0x11d2,{0x8e,0x39,0x00,0xa0,0xc9,0x69,0x72,0x3b}} typedef struct EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL; +typedef struct EFI_SIMPLE_TEXT_INPUT_PROTOCOL EFI_SIMPLE_TEXT_INPUT_PROTOCOL; typedef struct { INT32 MaxMode; -- cgit v1.3.1-1-g115d