From 8482f619a11571678e26f30a96dad3ae2f0c4b6c Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 10 Mar 2018 20:34:23 +0100 Subject: [PATCH] boot/efi: Sync our TianoCore EDK II headers with the UDK2018 branch. Just comments in one header. --- sys/contrib/edk2/Include/Protocol/SimpleTextInEx.h | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/sys/contrib/edk2/Include/Protocol/SimpleTextInEx.h b/sys/contrib/edk2/Include/Protocol/SimpleTextInEx.h index 14bd2972fe..38a6518193 100644 --- a/sys/contrib/edk2/Include/Protocol/SimpleTextInEx.h +++ b/sys/contrib/edk2/Include/Protocol/SimpleTextInEx.h @@ -5,7 +5,7 @@ which exposes much more state and modifier information from the input device, also allows one to register a notification for a particular keystroke. - Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials 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 @@ -190,13 +190,10 @@ typedef struct { pressed. - @retval EFI_SUCCESS The keystroke information was - returned. - - @retval EFI_NOT_READY There was no keystroke data available. - EFI_DEVICE_ERROR The keystroke - information was not returned due to - hardware errors. + @retval EFI_SUCCESS The keystroke information was returned. + @retval EFI_NOT_READY There was no keystroke data available. + @retval EFI_DEVICE_ERROR The keystroke information was not returned due to + hardware errors. **/ -- 2.11.4.GIT