diff options
| author | Michael Brown | 2013-03-13 23:23:42 +0100 |
|---|---|---|
| committer | Michael Brown | 2013-03-13 23:23:42 +0100 |
| commit | 1025835d802978a16af456deca7a95265ba13af9 (patch) | |
| tree | ee461991f7b2e8be0c0a09fc35c2d4d21188c4e4 /src/include/ipxe/efi/Protocol | |
| parent | [romprefix] Display only one "Ctrl-B" prompt per PCI device during POST (diff) | |
| download | ipxe-1025835d802978a16af456deca7a95265ba13af9.tar.gz ipxe-1025835d802978a16af456deca7a95265ba13af9.tar.xz ipxe-1025835d802978a16af456deca7a95265ba13af9.zip | |
[efi] Update to latest EDK2 headers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/Protocol')
| -rw-r--r-- | src/include/ipxe/efi/Protocol/SimpleTextInEx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/ipxe/efi/Protocol/SimpleTextInEx.h b/src/include/ipxe/efi/Protocol/SimpleTextInEx.h index 71d3463bf..9a9f5ab59 100644 --- a/src/include/ipxe/efi/Protocol/SimpleTextInEx.h +++ b/src/include/ipxe/efi/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 - 2011, Intel Corporation. All rights reserved.<BR> + Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR> 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 @@ -276,7 +276,7 @@ EFI_STATUS IN EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *This, IN EFI_KEY_DATA *KeyData, IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction, - OUT EFI_HANDLE *NotifyHandle + OUT VOID **NotifyHandle ); /** @@ -298,7 +298,7 @@ typedef EFI_STATUS (EFIAPI *EFI_UNREGISTER_KEYSTROKE_NOTIFY)( IN EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *This, - IN EFI_HANDLE NotificationHandle + IN VOID *NotificationHandle ); |
