OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
KeyboardInfo.h File Reference

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
 

Detailed Description

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.

Macro Definition Documentation

◆ EFI_KEYBOARD_INFO_PROTOCOL_GUID

#define EFI_KEYBOARD_INFO_PROTOCOL_GUID
Value:
{ 0xE82A0A1E, 0x0E4D, 0x45AC, \
{ 0xA6, 0xDC, 0x2A, 0xE0, 0x58, 0x00, 0xD3, 0x11 } }

Definition at line 17 of file KeyboardInfo.h.

Typedef Documentation

◆ KEYBOARD_INFO_GET_INFO

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.

Variable Documentation

◆ gEfiKeyboardInfoProtocolGuid

EFI_GUID gEfiKeyboardInfoProtocolGuid
extern