OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AppleDevicePath.h File Reference
#include <Protocol/DevicePath.h>

Go to the source code of this file.

Macros

#define APPLE_APFS_VOLUME_DEVICE_PATH_GUID
 
#define APPLE_SD_CARD_VENDOR_DEVICE_PATH_GUID
 

Typedefs

struct { 
 
   VENDOR_DEVICE_PATH   Header 
 
   GUID   Uuid 
 
APPLE_APFS_VOLUME_DEVICE_PATH 
 

Variables

EFI_GUID gAppleApfsVolumeDevicePathGuid
 
EFI_GUID gAppleSdCardVendorDevicePathGuid
 

Macro Definition Documentation

◆ APPLE_APFS_VOLUME_DEVICE_PATH_GUID

#define APPLE_APFS_VOLUME_DEVICE_PATH_GUID
Value:
{ 0xBE74FCF7, 0x0B7C, 0x49F3, \
{ 0x91, 0x47, 0x01, 0xF4, 0x04, 0x2E, 0x68, 0x42 } }

Definition at line 8 of file AppleDevicePath.h.

◆ APPLE_SD_CARD_VENDOR_DEVICE_PATH_GUID

#define APPLE_SD_CARD_VENDOR_DEVICE_PATH_GUID
Value:
{ 0xC063C579, 0x9F78, 0x4BA5, \
{ 0x9F, 0x42, 0xD0, 0xB0, 0x14, 0x95, 0x97, 0xA6 } }

Definition at line 19 of file AppleDevicePath.h.

Typedef Documentation

◆ [struct]

typedef PACKED struct { ... } APPLE_APFS_VOLUME_DEVICE_PATH

Variable Documentation

◆ gAppleApfsVolumeDevicePathGuid

EFI_GUID gAppleApfsVolumeDevicePathGuid
extern

◆ gAppleSdCardVendorDevicePathGuid

EFI_GUID gAppleSdCardVendorDevicePathGuid
extern

◆ Header

VENDOR_DEVICE_PATH Header

Definition at line 13 of file AppleDevicePath.h.

◆ Uuid

GUID Uuid

Definition at line 14 of file AppleDevicePath.h.