~serge-hallyn/ubuntu/oneiric/ipxe/link-kvm

« back to all changes in this revision

Viewing changes to src/include/ipxe/efi/Protocol/SimpleTextIn.h

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2011-07-31 20:57:02 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110731205702-kffmzz6tnmgfw50f
Tags: 1.0.0+git-2.149b50-1
New snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
  Reads the next keystroke from the input device. The WaitForKey Event can
104
104
  be used to test for existence of a keystroke via WaitForEvent () call.
105
105
 
106
 
  @param  This Protocol instance pointer.
107
 
  @param  Key  Driver may perform diagnostics on reset.
 
106
  @param  This  Protocol instance pointer.
 
107
  @param  Key   A pointer to a buffer that is filled in with the keystroke
 
108
                information for the key that was pressed.
108
109
 
109
110
  @retval EFI_SUCCESS      The keystroke information was returned.
110
111
  @retval EFI_NOT_READY    There was no keystroke data available.