OpenCore
1.0.4
OpenCore Bootloader
|
#include <Protocol/AmiKeycode.h>
Go to the source code of this file.
Data Structures | |
struct | AIK_DATA |
Macros | |
#define | AIK_DATA_BUFFER_SIZE 12 |
Functions | |
VOID | AIKDataReset (IN OUT AIK_DATA *Data) |
BOOLEAN | AIKDataEmpty (IN AIK_DATA *Data) |
EFI_STATUS | AIKDataReadEntry (IN OUT AIK_DATA *Data, OUT AMI_EFI_KEY_DATA *KeyData) |
VOID | AIKDataWriteEntry (IN OUT AIK_DATA *Data, IN AMI_EFI_KEY_DATA *KeyData) |
Key code ring
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 AIKData.h.
EFI_STATUS AIKDataReadEntry | ( | IN OUT AIK_DATA * | Data, |
OUT AMI_EFI_KEY_DATA * | KeyData ) |
VOID AIKDataWriteEntry | ( | IN OUT AIK_DATA * | Data, |
IN AMI_EFI_KEY_DATA * | KeyData ) |