OpenCore
1.0.4
OpenCore Bootloader
|
#include <Library/BaseOverflowLib.h>
Go to the source code of this file.
Data Structures | |
struct | AMI_SOFT_KBD_RESTORE_PROTOCOL_ |
Macros | |
#define | AMI_SOFT_KBD_RESTORE_PROTOCOL_GUID { 0x890DF583, 0x0D14, 0x4C82, { 0x99, 0x6D, 0xE5, 0xEA, 0xE8, 0xCA, 0x90, 0x5E }} |
Typedefs | |
typedef struct AMI_SOFT_KBD_RESTORE_PROTOCOL_ | AMI_SOFT_KBD_RESTORE_PROTOCOL |
typedef EFI_STATUS(EFIAPI * | AMI_SOFT_KBD_RESTORE_ACTION) (IN AMI_SOFT_KBD_RESTORE_PROTOCOL *This) |
Variables | |
EFI_GUID | gAmiSoftKbdRestoreProtocolGuid |
Header file for AMI SoftKbd Restore protocol definitions.
Copyright (c) 2020, 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 AmiSoftKbdRestore.h.
#define AMI_SOFT_KBD_RESTORE_PROTOCOL_GUID { 0x890DF583, 0x0D14, 0x4C82, { 0x99, 0x6D, 0xE5, 0xEA, 0xE8, 0xCA, 0x90, 0x5E }} |
Definition at line 21 of file AmiSoftKbdRestore.h.
typedef EFI_STATUS(EFIAPI * AMI_SOFT_KBD_RESTORE_ACTION) (IN AMI_SOFT_KBD_RESTORE_PROTOCOL *This) |
AMI Soft Keyboard Restore protocol action common for different methods.
Definition at line 38 of file AmiSoftKbdRestore.h.
typedef struct AMI_SOFT_KBD_RESTORE_PROTOCOL_ AMI_SOFT_KBD_RESTORE_PROTOCOL |
AMI Soft Keyboard Restore protocol forward declaration.
Definition at line 32 of file AmiSoftKbdRestore.h.
|
extern |
AMI Soft Keyboard Restore protocol GUID.