OpenCore
1.0.4
OpenCore Bootloader
|
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 |
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.
#define APPLE_SYSTEM_INFO_PROTOCOL_GUID |
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 BOOLEAN(EFIAPI * APPLE_SYSTEM_INFO_IS_GIBRALTAR) (VOID) |
Check whether platform is Gibraltar or not.
TRUE | on Gibraltar platform (T2 machine). |
FALSE | on legacy platform. |
Definition at line 36 of file AppleSystemInfo.h.
typedef struct APPLE_SYSTEM_INFO_PROTOCOL_ APPLE_SYSTEM_INFO_PROTOCOL |
Definition at line 27 of file AppleSystemInfo.h.
|
extern |