OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AIK.h File Reference
#include "AIKData.h"
#include "AIKSource.h"
#include "AIKTarget.h"
#include "AIKTranslate.h"
#include <Library/OcInputLib.h>
#include <Library/UefiLib.h>

Go to the source code of this file.

Data Structures

struct  AIK_SELF
 

Macros

#define AIK_KEY_POLL_LIMIT   (AIK_TARGET_BUFFER_SIZE)
 
#define AIK_KEY_POLL_INTERVAL   EFI_TIMER_PERIOD_MILLISECONDS(10)
 

Functions

EFI_STATUS AIKProtocolArriveInstall (AIK_SELF *Keycode)
 
VOID AIKProtocolArriveUninstall (AIK_SELF *Keycode)
 
EFI_STATUS AIKInstall (AIK_SELF *Keycode)
 
VOID AIKUninstall (AIK_SELF *Keycode)
 

Variables

AIK_SELF gAikSelf
 

Detailed Description

Header file for 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.h.

Macro Definition Documentation

◆ AIK_KEY_POLL_INTERVAL

#define AIK_KEY_POLL_INTERVAL   EFI_TIMER_PERIOD_MILLISECONDS(10)

Definition at line 34 of file AIK.h.

◆ AIK_KEY_POLL_LIMIT

#define AIK_KEY_POLL_LIMIT   (AIK_TARGET_BUFFER_SIZE)

Definition at line 29 of file AIK.h.

Function Documentation

◆ AIKInstall()

EFI_STATUS AIKInstall ( AIK_SELF * Keycode)

Definition at line 169 of file AIK.c.

◆ AIKProtocolArriveInstall()

EFI_STATUS AIKProtocolArriveInstall ( AIK_SELF * Keycode)

Definition at line 55 of file AIK.c.

◆ AIKProtocolArriveUninstall()

VOID AIKProtocolArriveUninstall ( AIK_SELF * Keycode)

Definition at line 84 of file AIK.c.

◆ AIKUninstall()

VOID AIKUninstall ( AIK_SELF * Keycode)

Definition at line 227 of file AIK.c.

Variable Documentation

◆ gAikSelf

AIK_SELF gAikSelf
extern

Definition at line 23 of file AIK.c.