diff options
| author | Michael Brown | 2008-11-18 22:54:51 +0100 |
|---|---|---|
| committer | Michael Brown | 2008-11-18 22:54:51 +0100 |
| commit | ab96932ab3ac715bf02b32b5e3089ac0b12e848e (patch) | |
| tree | 7e649dd80dd8a7427ef8566e5da85c59ce8a0b54 /src/include/gpxe/efi/Protocol/SimpleTextIn.h | |
| parent | [i386] Free allocated base memory on exit, if possible (diff) | |
| download | ipxe-ab96932ab3ac715bf02b32b5e3089ac0b12e848e.tar.gz ipxe-ab96932ab3ac715bf02b32b5e3089ac0b12e848e.tar.xz ipxe-ab96932ab3ac715bf02b32b5e3089ac0b12e848e.zip | |
[efi] Update to latest UEFI headers
Diffstat (limited to 'src/include/gpxe/efi/Protocol/SimpleTextIn.h')
| -rw-r--r-- | src/include/gpxe/efi/Protocol/SimpleTextIn.h | 23 |
1 files changed, 7 insertions, 16 deletions
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; }; |
