OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AppleApfsInfo.h
Go to the documentation of this file.
1
13#ifndef APPLE_APFS_INFO_H
14#define APPLE_APFS_INFO_H
15
16#define APPLE_APFS_PARTITION_TYPE_GUID \
17 { 0x7C3457EF, 0x0000, 0x11AA, \
18 { 0xAA, 0x11, 0x00, 0x30, 0x65, 0x43, 0xEC, 0xAC } }
19
20extern EFI_GUID gAppleApfsPartitionTypeGuid;
21
22#define APPLE_APFS_CONTAINER_INFO_GUID \
23 { 0x3533CF0D, 0x685F, 0x5EBF, \
24 { 0x8D, 0xC6, 0x73, 0x93, 0x48, 0x5B, 0xAF, 0xA2 } }
25
26typedef struct {
27 UINT32 Always1;
28 GUID Uuid;
30
31extern EFI_GUID gAppleApfsContainerInfoGuid;
32
33#define APPLE_APFS_VOLUME_INFO_GUID \
34 { 0x900C7693, 0x8C14, 0x58BA, \
35 { 0xB4, 0x4E, 0x97, 0x45, 0x15, 0xD2, 0x7C, 0x78 } }
36
37#define APPLE_APFS_VOLUME_ROLE_RECOVERY BIT2
38#define APPLE_APFS_VOLUME_ROLE_PREBOOT BIT4
39
41
47
48extern EFI_GUID gAppleApfsVolumeInfoGuid;
49
50#endif // APPLE_APFS_H
UINT32 APPLE_APFS_VOLUME_ROLE
EFI_GUID gAppleApfsVolumeInfoGuid
EFI_GUID gAppleApfsContainerInfoGuid
EFI_GUID gAppleApfsPartitionTypeGuid
APPLE_APFS_VOLUME_ROLE Role