OpenCore
1.0.4
OpenCore Bootloader
|
#include "AIKSource.h"
#include "AIKShim.h"
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/OcInputLib.h>
#include <Library/UefiBootServicesTableLib.h>
Go to the source code of this file.
Functions | |
EFI_STATUS | AIKSourceGrabEfiKey (AIK_SOURCE *Source, AMI_EFI_KEY_DATA *KeyData, BOOLEAN KeyFiltering) |
EFI_STATUS | AIKSourceInstall (AIK_SOURCE *Source, OC_INPUT_KEY_MODE Mode) |
VOID | AIKSourceUninstall (AIK_SOURCE *Source) |
Key provider
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 AIKSource.c.
EFI_STATUS AIKSourceGrabEfiKey | ( | AIK_SOURCE * | Source, |
AMI_EFI_KEY_DATA * | KeyData, | ||
BOOLEAN | KeyFiltering ) |
Definition at line 24 of file AIKSource.c.
EFI_STATUS AIKSourceInstall | ( | AIK_SOURCE * | Source, |
OC_INPUT_KEY_MODE | Mode ) |
Definition at line 128 of file AIKSource.c.
VOID AIKSourceUninstall | ( | AIK_SOURCE * | Source | ) |
Definition at line 239 of file AIKSource.c.