OpenCore
1.0.4
OpenCore Bootloader
|
#include "EfiKey.h"
#include <Guid/ApplePlatformInfo.h>
#include <Protocol/AppleKeyMapDatabase.h>
#include <Protocol/ApplePlatformInfoDatabase.h>
#include <Protocol/KeyboardInfo.h>
#include <Protocol/UsbIo.h>
Go to the source code of this file.
Functions | |
VOID | UsbKbLocateAppleKeyMapDb (IN USB_KB_DEV *UsbKeyboardDevice) |
VOID | UsbKbFreeAppleKeyMapDb (IN USB_KB_DEV *UsbKeyboardDevice) |
Header file for Apple-specific USB Keyboard Driver's Data Structures.
Copyright (c) 2016 - 2018, 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 AppleKey.h.
VOID UsbKbFreeAppleKeyMapDb | ( | IN USB_KB_DEV * | UsbKeyboardDevice | ) |
Definition at line 124 of file AppleKey.c.
VOID UsbKbLocateAppleKeyMapDb | ( | IN USB_KB_DEV * | UsbKeyboardDevice | ) |
Definition at line 88 of file AppleKey.c.