OpenCore
1.0.4
OpenCore Bootloader
|
#include <Uefi.h>
#include "AIK.h"
#include <Library/DebugLib.h>
#include <Library/OcInputLib.h>
#include <Library/UefiBootServicesTableLib.h>
Go to the source code of this file.
Functions | |
STATIC VOID EFIAPI | AIKProtocolArriveHandler (IN EFI_EVENT Event, IN VOID *Context) |
EFI_STATUS | AIKProtocolArriveInstall (AIK_SELF *Keycode) |
VOID | AIKProtocolArriveUninstall (AIK_SELF *Keycode) |
VOID EFIAPI | AIKPollKeyboardHandler (IN EFI_EVENT Event, IN VOID *Context) |
EFI_STATUS | AIKInstall (AIK_SELF *Keycode) |
VOID | AIKUninstall (AIK_SELF *Keycode) |
EFI_STATUS | OcAppleGenericInputKeycodeInit (IN OC_INPUT_KEY_MODE Mode, IN UINT8 KeyForgotThreshold, IN BOOLEAN KeySwap, IN BOOLEAN KeyFiltering) |
EFI_STATUS | OcAppleGenericInputKeycodeExit (VOID) |
Variables | |
AIK_SELF | gAikSelf |
AmiEfiKeycode to KeyMapDb translator.
Copyright (c) 2018, vit9696. 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 AIK.c.
VOID EFIAPI AIKPollKeyboardHandler | ( | IN EFI_EVENT | Event, |
IN VOID * | Context ) |
STATIC VOID EFIAPI AIKProtocolArriveHandler | ( | IN EFI_EVENT | Event, |
IN VOID * | Context ) |
EFI_STATUS OcAppleGenericInputKeycodeInit | ( | IN OC_INPUT_KEY_MODE | Mode, |
IN UINT8 | KeyForgotThreshold, | ||
IN BOOLEAN | KeySwap, | ||
IN BOOLEAN | KeyFiltering ) |