OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AppleDevicePath.h
Go to the documentation of this file.
1#ifndef APPLE_DEVICE_PATH_H
2#define APPLE_DEVICE_PATH_H
3
4#include <Protocol/DevicePath.h>
5
6#pragma pack(1)
7
8#define APPLE_APFS_VOLUME_DEVICE_PATH_GUID \
9 { 0xBE74FCF7, 0x0B7C, 0x49F3, \
10 { 0x91, 0x47, 0x01, 0xF4, 0x04, 0x2E, 0x68, 0x42 } }
11
12typedef PACKED struct {
13 VENDOR_DEVICE_PATH Header;
14 GUID Uuid;
16
17extern EFI_GUID gAppleApfsVolumeDevicePathGuid;
18
19#define APPLE_SD_CARD_VENDOR_DEVICE_PATH_GUID \
20 { 0xC063C579, 0x9F78, 0x4BA5, \
21 { 0x9F, 0x42, 0xD0, 0xB0, 0x14, 0x95, 0x97, 0xA6 } }
22
24
25#pragma pack()
26
27#endif // APPLE_DEVICE_PATH_H
EFI_GUID gAppleApfsVolumeDevicePathGuid
PACKED struct @8 APPLE_APFS_VOLUME_DEVICE_PATH
GUID Uuid
EFI_GUID gAppleSdCardVendorDevicePathGuid
VENDOR_DEVICE_PATH Header