OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AmiSoftKbd.h File Reference
#include <Library/BaseOverflowLib.h>

Go to the source code of this file.

Data Structures

struct  AMI_SOFT_KBD_PROTOCOL_
 

Macros

#define AMI_SOFT_KBD_PROTOCOL_GUID    { 0x96FD60F3, 0x0BC8, 0x4A11, { 0x84, 0xF1, 0x2E, 0xB1, 0xCB, 0x5B, 0xA5, 0xA3 }}
 

Typedefs

typedef struct AMI_SOFT_KBD_PROTOCOL_ AMI_SOFT_KBD_PROTOCOL
 
typedef EFI_STATUS(EFIAPI * AMI_SOFT_KBD_ACTION) (IN AMI_SOFT_KBD_PROTOCOL *This)
 

Variables

EFI_GUID gAmiSoftKbdProtocolGuid
 

Detailed Description

Header file for AMI SoftKbd 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 AmiSoftKbd.h.

Macro Definition Documentation

◆ AMI_SOFT_KBD_PROTOCOL_GUID

#define AMI_SOFT_KBD_PROTOCOL_GUID    { 0x96FD60F3, 0x0BC8, 0x4A11, { 0x84, 0xF1, 0x2E, 0xB1, 0xCB, 0x5B, 0xA5, 0xA3 }}

Definition at line 21 of file AmiSoftKbd.h.

Typedef Documentation

◆ AMI_SOFT_KBD_ACTION

typedef EFI_STATUS(EFIAPI * AMI_SOFT_KBD_ACTION) (IN AMI_SOFT_KBD_PROTOCOL *This)

AMI Soft Keyboard protocol action common for different methods.

Definition at line 38 of file AmiSoftKbd.h.

◆ AMI_SOFT_KBD_PROTOCOL

AMI Soft Keyboard protocol forward declaration.

Definition at line 32 of file AmiSoftKbd.h.

Variable Documentation

◆ gAmiSoftKbdProtocolGuid

EFI_GUID gAmiSoftKbdProtocolGuid
extern

AMI Soft Keyboard protocol GUID.