OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AppleHfsInfo.h
Go to the documentation of this file.
1
13#ifndef APPLE_HFS_INFO_H
14#define APPLE_HFS_INFO_H
15
19#define APPLE_HFS_PARTITION_TYPE_GUID \
20 { 0x48465300, 0x0000, 0x11AA, \
21 { 0xAA, 0x11, 0x00, 0x30, 0x65, 0x43, 0xEC, 0xAC } }
22
23extern EFI_GUID gAppleHfsPartitionTypeGuid;
24
28#define APPLE_HFS_CS_PARTITION_TYPE_GUID \
29 { 0x53746F72, 0x6167, 0x11AA, \
30 { 0xAA, 0x11, 0x00, 0x30, 0x65, 0x43, 0xEC, 0xAC } }
31
32extern EFI_GUID gAppleHfsCsPartitionTypeGuid;
33
37#define APPLE_HFS_BOOT_PARTITION_TYPE_GUID \
38 { 0x426F6F74, 0x0000, 0x11AA, \
39 { 0xAA, 0x11, 0x00, 0x30, 0x65, 0x43, 0xEC, 0xAC } }
40
41extern EFI_GUID gAppleHfsBootPartitionTypeGuid;
42
47#define APPLE_HFS_UUID_INFO_GUID \
48 { 0xFA99420C, 0x88F1, 0x11E7, \
49 { 0x95, 0xF6, 0xB8, 0xE8, 0x56, 0x2C, 0xBA, 0xFA } }
50
51extern EFI_GUID gAppleHfsUuidInfoGuid;
52
53#endif // APPLE_HFS_INFO_H
EFI_GUID gAppleHfsBootPartitionTypeGuid
EFI_GUID gAppleHfsPartitionTypeGuid
EFI_GUID gAppleHfsCsPartitionTypeGuid
EFI_GUID gAppleHfsUuidInfoGuid