OpenCore
1.0.4
OpenCore Bootloader
|
#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 |
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.
#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 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.
typedef struct AMI_SOFT_KBD_PROTOCOL_ AMI_SOFT_KBD_PROTOCOL |
AMI Soft Keyboard protocol forward declaration.
Definition at line 32 of file AmiSoftKbd.h.
|
extern |
AMI Soft Keyboard protocol GUID.