OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | APPLE_DEVICE_CONTROL_PROTOCOL_ |
Macros | |
#define | APPLE_DEVICE_CONTROL_PROTOCOL_GUID |
#define | APPLE_DEVICE_CONTROL_PROTOCOL_VERSION 1 |
Typedefs | |
typedef EFI_STATUS(EFIAPI * | APPLE_DEVICE_CONTROL_CONNECT_DISPLAY) (VOID) |
typedef EFI_STATUS(EFIAPI * | APPLE_DEVICE_CONTROL_CONNECT_PCI) (VOID) |
typedef EFI_STATUS(EFIAPI * | APPLE_DEVICE_CONTROL_CONNECT_ALL) (VOID) |
typedef struct APPLE_DEVICE_CONTROL_PROTOCOL_ | APPLE_DEVICE_CONTROL_PROTOCOL |
Variables | |
EFI_GUID | gAppleDeviceControlProtocolGuid |
Copyright (C) 2012, tiamo. All rights reserved.
Copyright (C) 2019, 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 AppleDeviceControl.h.
#define APPLE_DEVICE_CONTROL_PROTOCOL_GUID |
The GUID of the APPLE_DEVICE_CONTROL_PROTOCOL.
Definition at line 20 of file AppleDeviceControl.h.
#define APPLE_DEVICE_CONTROL_PROTOCOL_VERSION 1 |
Definition at line 24 of file AppleDeviceControl.h.
typedef EFI_STATUS(EFIAPI * APPLE_DEVICE_CONTROL_CONNECT_ALL) (VOID) |
Definition at line 39 of file AppleDeviceControl.h.
typedef EFI_STATUS(EFIAPI * APPLE_DEVICE_CONTROL_CONNECT_DISPLAY) (VOID) |
Definition at line 27 of file AppleDeviceControl.h.
typedef EFI_STATUS(EFIAPI * APPLE_DEVICE_CONTROL_CONNECT_PCI) (VOID) |
Definition at line 33 of file AppleDeviceControl.h.
typedef struct APPLE_DEVICE_CONTROL_PROTOCOL_ APPLE_DEVICE_CONTROL_PROTOCOL |
|
extern |