OpenCore
1.0.4
OpenCore Bootloader
|
#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 |
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.
#define AIK_KEY_POLL_INTERVAL EFI_TIMER_PERIOD_MILLISECONDS(10) |
#define AIK_KEY_POLL_LIMIT (AIK_TARGET_BUFFER_SIZE) |