From ab96932ab3ac715bf02b32b5e3089ac0b12e848e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 18 Nov 2008 21:54:51 +0000 Subject: [efi] Update to latest UEFI headers --- src/include/gpxe/efi/Protocol/SimpleTextIn.h | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) (limited to 'src/include/gpxe/efi/Protocol/SimpleTextIn.h') diff --git a/src/include/gpxe/efi/Protocol/SimpleTextIn.h b/src/include/gpxe/efi/Protocol/SimpleTextIn.h index ca747dde9..f14f62d53 100644 --- a/src/include/gpxe/efi/Protocol/SimpleTextIn.h +++ b/src/include/gpxe/efi/Protocol/SimpleTextIn.h @@ -118,25 +118,16 @@ EFI_STATUS OUT EFI_INPUT_KEY *Key ); -/** - @par Protocol Description: - The EFI_SIMPLE_TEXT_INPUT_PROTOCOL is used on the ConsoleIn device. - It is the minimum required protocol for ConsoleIn. - - @param Reset - Reset the ConsoleIn device. - - @param ReadKeyStroke - Returns the next input character. - - @param WaitForKey - Event to use with WaitForEvent() to wait for a key to be available. - -**/ - +/// +/// The EFI_SIMPLE_TEXT_INPUT_PROTOCOL is used on the ConsoleIn device. +/// It is the minimum required protocol for ConsoleIn. +/// struct _EFI_SIMPLE_TEXT_INPUT_PROTOCOL { EFI_INPUT_RESET Reset; EFI_INPUT_READ_KEY ReadKeyStroke; + /// + /// Event to use with WaitForEvent() to wait for a key to be available + /// EFI_EVENT WaitForKey; }; -- cgit v1.2.3-55-g7522