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

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
 

Detailed Description

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.

Macro Definition Documentation

◆ APPLE_DEVICE_CONTROL_PROTOCOL_GUID

#define APPLE_DEVICE_CONTROL_PROTOCOL_GUID
Value:
{ 0x8ECE08D8, 0xA6D4, 0x430B, \
{ 0xA7, 0xB0, 0x2D, 0xF3, 0x18, 0xE7, 0x88, 0x4A } }

The GUID of the APPLE_DEVICE_CONTROL_PROTOCOL.

Definition at line 20 of file AppleDeviceControl.h.

◆ APPLE_DEVICE_CONTROL_PROTOCOL_VERSION

#define APPLE_DEVICE_CONTROL_PROTOCOL_VERSION   1

Definition at line 24 of file AppleDeviceControl.h.

Typedef Documentation

◆ APPLE_DEVICE_CONTROL_CONNECT_ALL

typedef EFI_STATUS(EFIAPI * APPLE_DEVICE_CONTROL_CONNECT_ALL) (VOID)

Definition at line 39 of file AppleDeviceControl.h.

◆ APPLE_DEVICE_CONTROL_CONNECT_DISPLAY

typedef EFI_STATUS(EFIAPI * APPLE_DEVICE_CONTROL_CONNECT_DISPLAY) (VOID)

Definition at line 27 of file AppleDeviceControl.h.

◆ APPLE_DEVICE_CONTROL_CONNECT_PCI

typedef EFI_STATUS(EFIAPI * APPLE_DEVICE_CONTROL_CONNECT_PCI) (VOID)

Definition at line 33 of file AppleDeviceControl.h.

◆ APPLE_DEVICE_CONTROL_PROTOCOL

Variable Documentation

◆ gAppleDeviceControlProtocolGuid

EFI_GUID gAppleDeviceControlProtocolGuid
extern