OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | AMI_EFI_KEY_DATA |
struct | _AMI_EFIKEYCODE_PROTOCOL |
Macros | |
#define | AMI_EFIKEYCODE_PROTOCOL_GUID { 0x0ADFB62D, 0xFF74, 0x484C, { 0x89, 0x44, 0xF8, 0x5C, 0x4B, 0xEA, 0x87, 0xA8 } } |
#define | KEY_STATE_EXPOSED 0x40 |
Typedefs | |
typedef struct _AMI_EFIKEYCODE_PROTOCOL | AMI_EFIKEYCODE_PROTOCOL |
typedef EFI_STATUS(EFIAPI * | AMI_READ_EFI_KEY) (IN AMI_EFIKEYCODE_PROTOCOL *This, OUT AMI_EFI_KEY_DATA *KeyData) |
typedef EFI_STATUS(EFIAPI * | AMI_RESET_EX) (IN AMI_EFIKEYCODE_PROTOCOL *This, IN BOOLEAN ExtendedVerification) |
Variables | |
EFI_GUID | gAmiEfiKeycodeProtocolGuid |
Header file for AMI EfiKeycode protocol definitions.
Copyright (c) 2016, 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 AmiKeycode.h.
#define AMI_EFIKEYCODE_PROTOCOL_GUID { 0x0ADFB62D, 0xFF74, 0x484C, { 0x89, 0x44, 0xF8, 0x5C, 0x4B, 0xEA, 0x87, 0xA8 } } |
Definition at line 19 of file AmiKeycode.h.
#define KEY_STATE_EXPOSED 0x40 |
Definition at line 27 of file AmiKeycode.h.
typedef struct _AMI_EFIKEYCODE_PROTOCOL AMI_EFIKEYCODE_PROTOCOL |
Definition at line 24 of file AmiKeycode.h.
typedef EFI_STATUS(EFIAPI * AMI_READ_EFI_KEY) (IN AMI_EFIKEYCODE_PROTOCOL *This, OUT AMI_EFI_KEY_DATA *KeyData) |
Definition at line 39 of file AmiKeycode.h.
typedef EFI_STATUS(EFIAPI * AMI_RESET_EX) (IN AMI_EFIKEYCODE_PROTOCOL *This, IN BOOLEAN ExtendedVerification) |
Definition at line 45 of file AmiKeycode.h.
|
extern |