OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AppleDiag.h File Reference

Go to the source code of this file.

Data Structures

struct  APPLE_DIAG_VARIABLE_ACCESS_PROTOCOL
 

Macros

#define APPLE_DIAG_VARIABLE_ACCESS_PROTOCOL_GUID
 
#define APPLE_DIAG_VAULT_PROTOCOL_GUID
 

Typedefs

typedef EFI_STATUS(EFIAPI * DIAG_ACCESS_GET) (IN CHAR16 *Key, OUT VOID *Value, IN OUT UINTN *Length)
 
typedef EFI_STATUS(EFIAPI * DIAG_ACCESS_SET) (IN CHAR16 *Key, IN VOID *Value, IN OUT UINTN *Length)
 

Variables

EFI_GUID gAppleDiagVariableAccessProtocolGuid
 
EFI_GUID gAppleDiagVaultProtocolGuid
 

Detailed Description

Copyright (C) 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 AppleDiag.h.

Macro Definition Documentation

◆ APPLE_DIAG_VARIABLE_ACCESS_PROTOCOL_GUID

#define APPLE_DIAG_VARIABLE_ACCESS_PROTOCOL_GUID
Value:
{ 0xC5CFF4F1, 0x379A, 0x54E1, \
{ 0x9E, 0xDD, 0x93, 0x21, 0x9C, 0x6A, 0xA4, 0xFE } }

Definition at line 16 of file AppleDiag.h.

◆ APPLE_DIAG_VAULT_PROTOCOL_GUID

#define APPLE_DIAG_VAULT_PROTOCOL_GUID
Value:
{ 0xF76761DC, 0xFF89, 0x44E4, \
{ 0x9C, 0x0C, 0xCD, 0x0A, 0xDA, 0x4E, 0xF9, 0x83 } }

Definition at line 20 of file AppleDiag.h.

Typedef Documentation

◆ DIAG_ACCESS_GET

typedef EFI_STATUS(EFIAPI * DIAG_ACCESS_GET) (IN CHAR16 *Key, OUT VOID *Value, IN OUT UINTN *Length)

Definition at line 25 of file AppleDiag.h.

◆ DIAG_ACCESS_SET

typedef EFI_STATUS(EFIAPI * DIAG_ACCESS_SET) (IN CHAR16 *Key, IN VOID *Value, IN OUT UINTN *Length)

Definition at line 33 of file AppleDiag.h.

Variable Documentation

◆ gAppleDiagVariableAccessProtocolGuid

EFI_GUID gAppleDiagVariableAccessProtocolGuid
extern

◆ gAppleDiagVaultProtocolGuid

EFI_GUID gAppleDiagVaultProtocolGuid
extern