OpenCore
1.0.4
OpenCore Bootloader
|
#include <Library/BaseOverflowLib.h>
Go to the source code of this file.
Data Structures | |
struct | AMI_POINTER_POSITION_STATE_DATA |
struct | AMI_POINTER_BUTTON_STATE_DATA |
struct | _AMI_EFIPOINTER_PROTOCOL |
Macros | |
#define | AMI_EFIPOINTER_PROTOCOL_GUID { 0x15A10CE7, 0xEAB5, 0x43BF, { 0x90, 0x42, 0x74, 0x43, 0x2E, 0x69, 0x63, 0x77 } } |
Typedefs | |
typedef struct _AMI_EFIPOINTER_PROTOCOL | AMI_EFIPOINTER_PROTOCOL |
typedef VOID(EFIAPI * | AMI_EFIPOINTER_RESET) (IN AMI_EFIPOINTER_PROTOCOL *This) |
typedef VOID(EFIAPI * | AMI_EFIPOINTER_GET_BUTTON_STATE) (IN AMI_EFIPOINTER_PROTOCOL *This, OUT AMI_POINTER_BUTTON_STATE_DATA *State) |
typedef VOID(EFIAPI * | AMI_EFIPOINTER_GET_POSITION_STATE) (IN AMI_EFIPOINTER_PROTOCOL *This, OUT AMI_POINTER_POSITION_STATE_DATA *State) |
Functions | |
STATIC_ASSERT (sizeof(AMI_POINTER_POSITION_STATE_DATA)==16, "AMI_POINTER_POSITION_STATE_DATA is expected to be 16 bytes") | |
STATIC_ASSERT (sizeof(AMI_POINTER_BUTTON_STATE_DATA)==4, "AMI_POINTER_BUTTON_STATE_DATA is expected to be 4 bytes") | |
Variables | |
EFI_GUID | gAmiEfiPointerProtocolGuid |
Header file for AMI EfiPointer 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 AmiPointer.h.
#define AMI_EFIPOINTER_PROTOCOL_GUID { 0x15A10CE7, 0xEAB5, 0x43BF, { 0x90, 0x42, 0x74, 0x43, 0x2E, 0x69, 0x63, 0x77 } } |
Definition at line 21 of file AmiPointer.h.
typedef VOID(EFIAPI * AMI_EFIPOINTER_GET_BUTTON_STATE) (IN AMI_EFIPOINTER_PROTOCOL *This, OUT AMI_POINTER_BUTTON_STATE_DATA *State) |
Definition at line 64 of file AmiPointer.h.
typedef VOID(EFIAPI * AMI_EFIPOINTER_GET_POSITION_STATE) (IN AMI_EFIPOINTER_PROTOCOL *This, OUT AMI_POINTER_POSITION_STATE_DATA *State) |
Definition at line 71 of file AmiPointer.h.
typedef struct _AMI_EFIPOINTER_PROTOCOL AMI_EFIPOINTER_PROTOCOL |
Definition at line 26 of file AmiPointer.h.
typedef VOID(EFIAPI * AMI_EFIPOINTER_RESET) (IN AMI_EFIPOINTER_PROTOCOL *This) |
Definition at line 58 of file AmiPointer.h.
STATIC_ASSERT | ( | sizeof(AMI_POINTER_BUTTON_STATE_DATA) | = =4, |
"AMI_POINTER_BUTTON_STATE_DATA is expected to be 4 bytes" | ) |
STATIC_ASSERT | ( | sizeof(AMI_POINTER_POSITION_STATE_DATA) | = =16, |
"AMI_POINTER_POSITION_STATE_DATA is expected to be 16 bytes" | ) |
|
extern |