OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AmiSoftKbdRestore.h File Reference
#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
 

Detailed Description

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.

Macro Definition Documentation

◆ AMI_SOFT_KBD_RESTORE_PROTOCOL_GUID

#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 Documentation

◆ AMI_SOFT_KBD_RESTORE_ACTION

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.

◆ AMI_SOFT_KBD_RESTORE_PROTOCOL

AMI Soft Keyboard Restore protocol forward declaration.

Definition at line 32 of file AmiSoftKbdRestore.h.

Variable Documentation

◆ gAmiSoftKbdRestoreProtocolGuid

EFI_GUID gAmiSoftKbdRestoreProtocolGuid
extern

AMI Soft Keyboard Restore protocol GUID.