OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | EFI_KEYBOARD_INFO_PROTOCOL |
Macros | |
#define | EFI_KEYBOARD_INFO_PROTOCOL_GUID |
Typedefs | |
typedef EFI_STATUS(EFIAPI * | KEYBOARD_INFO_GET_INFO) (OUT UINT16 *IdVendor, OUT UINT16 *IdProduct, OUT UINT16 *CountryCode) |
Variables | |
EFI_GUID | gEfiKeyboardInfoProtocolGuid |
Copyright (C) 2014 - 2016, Download-Fritz. 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 http://opensource.org/licenses/bsd-license.php.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file KeyboardInfo.h.
#define EFI_KEYBOARD_INFO_PROTOCOL_GUID |
Definition at line 17 of file KeyboardInfo.h.
typedef EFI_STATUS(EFIAPI * KEYBOARD_INFO_GET_INFO) (OUT UINT16 *IdVendor, OUT UINT16 *IdProduct, OUT UINT16 *CountryCode) |
Definition at line 23 of file KeyboardInfo.h.
|
extern |