From 5b1bb6cc086047e99a1d246fd2d337bf76887bd8 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 29 Dec 2024 08:39:20 +0100 Subject: META: Ran format command. Signed-off-by: Amlal El Mahrouss --- dev/Kernel/FirmwareKit/EFI/EFI.h | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'dev/Kernel/FirmwareKit/EFI') diff --git a/dev/Kernel/FirmwareKit/EFI/EFI.h b/dev/Kernel/FirmwareKit/EFI/EFI.h index bca77f32..45788a0c 100644 --- a/dev/Kernel/FirmwareKit/EFI/EFI.h +++ b/dev/Kernel/FirmwareKit/EFI/EFI.h @@ -576,7 +576,7 @@ typedef struct EfiSimpleTextOutputProtocol typedef struct { - UInt16 ScanCode; + UInt16 ScanCode; EfiChar16Type UnicodeChar; } EfiInputKey; @@ -586,21 +586,18 @@ typedef EfiStatusType(EFI_API* EfiInputReadKey)( typedef EfiStatusType(EFI_API* EfiInputReset)( IN EfiSimpleTextInputProtocol* This, - IN Boolean ExtendedChk ); + IN Boolean ExtendedChk); -typedef -EfiStatusType -(EFI_API *EfiWaitForEvent) ( - IN UInt32 NumberOfEvents, - IN VoidPtr Event, - OUT UInt32 *Index - ); +typedef EfiStatusType(EFI_API* EfiWaitForEvent)( + IN UInt32 NumberOfEvents, + IN VoidPtr Event, + OUT UInt32* Index); typedef struct EfiSimpleTextInputProtocol { - EfiInputReset Reset; + EfiInputReset Reset; EfiInputReadKey ReadKeyStroke; - EfiWaitForEvent WaitForKey; + EfiWaitForEvent WaitForKey; } EfiSimpleTextInputProtocol; /// @biref Open Volume procedure ptr. -- cgit v1.2.3