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

Go to the source code of this file.

Data Structures

struct  APPLE_SYSTEM_INFO_PROTOCOL_
 

Macros

#define APPLE_SYSTEM_INFO_PROTOCOL_GUID
 

Typedefs

typedef struct APPLE_SYSTEM_INFO_PROTOCOL_ APPLE_SYSTEM_INFO_PROTOCOL
 
typedef BOOLEAN(EFIAPI * APPLE_SYSTEM_INFO_IS_GIBRALTAR) (VOID)
 

Variables

EFI_GUID gAppleSystemInfoProtocolGuid
 

Detailed Description

Apple System Info protocol.

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 AppleSystemInfo.h.

Macro Definition Documentation

◆ APPLE_SYSTEM_INFO_PROTOCOL_GUID

#define APPLE_SYSTEM_INFO_PROTOCOL_GUID
Value:
{ 0x82ED9A9E, 0xCCBB, 0x4CD2 \
{ 0x8A, 0x94, 0xF4, 0xE3, 0x55, 0x9A, 0xF9, 0x11 } }

Apple System Info protocol GUID. This protocol is present on Gibraltar Macs (ones with T1/T2). 82ED9A9E-CCBB-4CD2-8A94-F4E3559AF911

Definition at line 23 of file AppleSystemInfo.h.

Typedef Documentation

◆ APPLE_SYSTEM_INFO_IS_GIBRALTAR

typedef BOOLEAN(EFIAPI * APPLE_SYSTEM_INFO_IS_GIBRALTAR) (VOID)

Check whether platform is Gibraltar or not.

Return values
TRUEon Gibraltar platform (T2 machine).
FALSEon legacy platform.

Definition at line 36 of file AppleSystemInfo.h.

◆ APPLE_SYSTEM_INFO_PROTOCOL

Definition at line 27 of file AppleSystemInfo.h.

Variable Documentation

◆ gAppleSystemInfoProtocolGuid

EFI_GUID gAppleSystemInfoProtocolGuid
extern