OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AppleKey.h
Go to the documentation of this file.
1
15#ifndef APPLE_USB_KB_H_
16#define APPLE_USB_KB_H_
17
18#include "EfiKey.h"
19
21
25#include <Protocol/UsbIo.h>
26
27//
28// Functions of Keyboard Info Protocol
29//
30VOID
32 IN USB_KB_DEV *UsbKeyboardDevice
33 );
34
35VOID
37 IN USB_KB_DEV *UsbKeyboardDevice
38 );
39
40#endif // APPLE_USB_KB_H_
VOID UsbKbFreeAppleKeyMapDb(IN USB_KB_DEV *UsbKeyboardDevice)
Definition AppleKey.c:124
VOID UsbKbLocateAppleKeyMapDb(IN USB_KB_DEV *UsbKeyboardDevice)
Definition AppleKey.c:88