mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 15:14:02 +02:00
MdePkg/SimpleTextInEx.h: Fix comments alignment
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
parent
83ba30c5a3
commit
2de87e461d
@ -5,7 +5,7 @@
|
|||||||
which exposes much more state and modifier information from the input device,
|
which exposes much more state and modifier information from the input device,
|
||||||
also allows one to register a notification for a particular keystroke.
|
also allows one to register a notification for a particular keystroke.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -190,13 +190,10 @@ typedef struct {
|
|||||||
pressed.
|
pressed.
|
||||||
|
|
||||||
|
|
||||||
@retval EFI_SUCCESS The keystroke information was
|
@retval EFI_SUCCESS The keystroke information was returned.
|
||||||
returned.
|
@retval EFI_NOT_READY There was no keystroke data available.
|
||||||
|
@retval EFI_DEVICE_ERROR The keystroke information was not returned due to
|
||||||
@retval EFI_NOT_READY There was no keystroke data available.
|
hardware errors.
|
||||||
EFI_DEVICE_ERROR The keystroke
|
|
||||||
information was not returned due to
|
|
||||||
hardware errors.
|
|
||||||
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user