OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | APPLE_FIRMWARE_PASSWORD_PRIVATE_DATA |
Macros | |
#define | APPLE_FIRMWARE_PASSWORD_PROTOCOL_REVISION 0x10000 |
#define | APPLE_FIRMWARE_PASSWORD_PRIVATE_DATA_SIGNATURE SIGNATURE_32 ('A', 'F', 'W', 'P') |
#define | APPLE_FIRMWARE_PASSWORD_PRIVATE_DATA_FROM_APPLE_SMC_THIS(a) |
Typedefs | |
typedef struct APPLE_FIRMWARE_PASSWORD_PRIVATE_DATA | APPLE_FIRMWARE_PASSWORD_PRIVATE_DATA |
Copyright (C) 2016, The HermitCrabs Lab. All rights reserved.
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 AppleFwPasswordInternal.h.
#define APPLE_FIRMWARE_PASSWORD_PRIVATE_DATA_FROM_APPLE_SMC_THIS | ( | a | ) |
Definition at line 27 of file AppleFwPasswordInternal.h.
Definition at line 25 of file AppleFwPasswordInternal.h.
#define APPLE_FIRMWARE_PASSWORD_PROTOCOL_REVISION 0x10000 |
Definition at line 18 of file AppleFwPasswordInternal.h.
typedef struct APPLE_FIRMWARE_PASSWORD_PRIVATE_DATA APPLE_FIRMWARE_PASSWORD_PRIVATE_DATA |