OpenCore
1.0.4
OpenCore Bootloader
|
#include <IndustryStandard/AppleSmc.h>
Go to the source code of this file.
Data Structures | |
struct | APPLE_SMC_IO_PROTOCOL |
Macros | |
#define | APPLE_SMC_IO_PROTOCOL_REVISION 0x0000000033 |
#define | APPLE_SMC_IO_PROTOCOL_GUID |
Typedefs | |
typedef struct APPLE_SMC_IO_PROTOCOL | APPLE_SMC_IO_PROTOCOL |
typedef EFI_STATUS(EFIAPI * | SMC_IO_SMC_READ_VALUE) (IN APPLE_SMC_IO_PROTOCOL *This, IN SMC_KEY Key, IN SMC_DATA_SIZE Size, OUT SMC_DATA *Value) |
typedef EFI_STATUS(EFIAPI * | SMC_IO_SMC_WRITE_VALUE) (IN APPLE_SMC_IO_PROTOCOL *This, IN SMC_KEY Key, IN SMC_DATA_SIZE Size, IN SMC_DATA *Value) |
typedef EFI_STATUS(EFIAPI * | SMC_IO_SMC_GET_KEY_COUNT) (IN APPLE_SMC_IO_PROTOCOL *This, OUT UINT32 *Count) |
typedef EFI_STATUS(EFIAPI * | SMC_IO_SMC_MAKE_KEY) (IN CHAR8 *Name, OUT SMC_KEY *Key) |
typedef EFI_STATUS(EFIAPI * | SMC_IO_SMC_GET_KEY_FROM_INDEX) (IN APPLE_SMC_IO_PROTOCOL *This, IN SMC_KEY_INDEX Index, OUT SMC_KEY *Key) |
typedef EFI_STATUS(EFIAPI * | SMC_IO_SMC_GET_KEY_INFO) (IN APPLE_SMC_IO_PROTOCOL *This, IN SMC_KEY Key, OUT SMC_DATA_SIZE *Size, OUT SMC_KEY_TYPE *Type, OUT SMC_KEY_ATTRIBUTES *Attributes) |
typedef EFI_STATUS(EFIAPI * | SMC_IO_SMC_RESET) (IN APPLE_SMC_IO_PROTOCOL *This, IN UINT32 Mode) |
typedef EFI_STATUS(EFIAPI * | SMC_IO_SMC_FLASH_TYPE) (IN APPLE_SMC_IO_PROTOCOL *This, IN SMC_FLASH_TYPE Type) |
typedef EFI_STATUS(EFIAPI * | SMC_IO_SMC_FLASH_WRITE) (IN APPLE_SMC_IO_PROTOCOL *This, IN UINT32 Unknown, IN SMC_FLASH_SIZE Size, IN SMC_DATA *Data) |
typedef EFI_STATUS(EFIAPI * | SMC_IO_SMC_FLASH_AUTH) (IN APPLE_SMC_IO_PROTOCOL *This, IN SMC_FLASH_SIZE Size, IN SMC_DATA *Data) |
typedef EFI_STATUS(EFIAPI * | SMC_IO_SMC_UNSUPPORTED) (VOID) |
typedef EFI_STATUS(EFIAPI * | SMC_IO_SMC_UNKNOWN_1) (VOID) |
typedef EFI_STATUS(EFIAPI * | SMC_IO_SMC_UNKNOWN_2) (IN APPLE_SMC_IO_PROTOCOL *This, IN UINTN Ukn1, IN UINTN Ukn2) |
typedef EFI_STATUS(EFIAPI * | SMC_IO_SMC_UNKNOWN_3) (IN APPLE_SMC_IO_PROTOCOL *This, IN UINTN Ukn1, IN UINTN Ukn2) |
typedef EFI_STATUS(EFIAPI * | SMC_IO_SMC_UNKNOWN_4) (IN APPLE_SMC_IO_PROTOCOL *This, IN UINTN Ukn1) |
typedef EFI_STATUS(EFIAPI * | SMC_IO_SMC_UNKNOWN_5) (IN APPLE_SMC_IO_PROTOCOL *This, IN UINT8 *Data) |
Variables | |
EFI_GUID | gAppleSmcIoProtocolGuid |
Copyright (C) 2014 - 2017, Download-Fritz. 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 AppleSmcIo.h.
#define APPLE_SMC_IO_PROTOCOL_GUID |
Definition at line 22 of file AppleSmcIo.h.
#define APPLE_SMC_IO_PROTOCOL_REVISION 0x0000000033 |
Definition at line 19 of file AppleSmcIo.h.
typedef struct APPLE_SMC_IO_PROTOCOL APPLE_SMC_IO_PROTOCOL |
Definition at line 26 of file AppleSmcIo.h.
typedef EFI_STATUS(EFIAPI * SMC_IO_SMC_FLASH_AUTH) (IN APPLE_SMC_IO_PROTOCOL *This, IN SMC_FLASH_SIZE Size, IN SMC_DATA *Data) |
Definition at line 112 of file AppleSmcIo.h.
typedef EFI_STATUS(EFIAPI * SMC_IO_SMC_FLASH_TYPE) (IN APPLE_SMC_IO_PROTOCOL *This, IN SMC_FLASH_TYPE Type) |
Definition at line 94 of file AppleSmcIo.h.
typedef EFI_STATUS(EFIAPI * SMC_IO_SMC_FLASH_WRITE) (IN APPLE_SMC_IO_PROTOCOL *This, IN UINT32 Unknown, IN SMC_FLASH_SIZE Size, IN SMC_DATA *Data) |
Definition at line 102 of file AppleSmcIo.h.
typedef EFI_STATUS(EFIAPI * SMC_IO_SMC_GET_KEY_COUNT) (IN APPLE_SMC_IO_PROTOCOL *This, OUT UINT32 *Count) |
Definition at line 50 of file AppleSmcIo.h.
typedef EFI_STATUS(EFIAPI * SMC_IO_SMC_GET_KEY_FROM_INDEX) (IN APPLE_SMC_IO_PROTOCOL *This, IN SMC_KEY_INDEX Index, OUT SMC_KEY *Key) |
Definition at line 66 of file AppleSmcIo.h.
typedef EFI_STATUS(EFIAPI * SMC_IO_SMC_GET_KEY_INFO) (IN APPLE_SMC_IO_PROTOCOL *This, IN SMC_KEY Key, OUT SMC_DATA_SIZE *Size, OUT SMC_KEY_TYPE *Type, OUT SMC_KEY_ATTRIBUTES *Attributes) |
Definition at line 75 of file AppleSmcIo.h.
typedef EFI_STATUS(EFIAPI * SMC_IO_SMC_MAKE_KEY) (IN CHAR8 *Name, OUT SMC_KEY *Key) |
Definition at line 58 of file AppleSmcIo.h.
typedef EFI_STATUS(EFIAPI * SMC_IO_SMC_READ_VALUE) (IN APPLE_SMC_IO_PROTOCOL *This, IN SMC_KEY Key, IN SMC_DATA_SIZE Size, OUT SMC_DATA *Value) |
Definition at line 30 of file AppleSmcIo.h.
typedef EFI_STATUS(EFIAPI * SMC_IO_SMC_RESET) (IN APPLE_SMC_IO_PROTOCOL *This, IN UINT32 Mode) |
Definition at line 86 of file AppleSmcIo.h.
typedef EFI_STATUS(EFIAPI * SMC_IO_SMC_UNKNOWN_1) (VOID) |
Definition at line 128 of file AppleSmcIo.h.
typedef EFI_STATUS(EFIAPI * SMC_IO_SMC_UNKNOWN_2) (IN APPLE_SMC_IO_PROTOCOL *This, IN UINTN Ukn1, IN UINTN Ukn2) |
Definition at line 135 of file AppleSmcIo.h.
typedef EFI_STATUS(EFIAPI * SMC_IO_SMC_UNKNOWN_3) (IN APPLE_SMC_IO_PROTOCOL *This, IN UINTN Ukn1, IN UINTN Ukn2) |
Definition at line 144 of file AppleSmcIo.h.
typedef EFI_STATUS(EFIAPI * SMC_IO_SMC_UNKNOWN_4) (IN APPLE_SMC_IO_PROTOCOL *This, IN UINTN Ukn1) |
Definition at line 153 of file AppleSmcIo.h.
typedef EFI_STATUS(EFIAPI * SMC_IO_SMC_UNKNOWN_5) (IN APPLE_SMC_IO_PROTOCOL *This, IN UINT8 *Data) |
Definition at line 161 of file AppleSmcIo.h.
typedef EFI_STATUS(EFIAPI * SMC_IO_SMC_UNSUPPORTED) (VOID) |
Definition at line 121 of file AppleSmcIo.h.
typedef EFI_STATUS(EFIAPI * SMC_IO_SMC_WRITE_VALUE) (IN APPLE_SMC_IO_PROTOCOL *This, IN SMC_KEY Key, IN SMC_DATA_SIZE Size, IN SMC_DATA *Value) |
Definition at line 40 of file AppleSmcIo.h.
|
extern |