OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
ApfsEfiBootRecordInfo.h
Go to the documentation of this file.
1
16#ifndef APFS_EFIBOOTRECORD_INFO_PROTOCOL_H
17#define APFS_EFIBOOTRECORD_INFO_PROTOCOL_H
18
19#define APFS_EFIBOOTRECORD_INFO_PROTOCOL_GUID \
20 { 0x03B8D751, 0xA02F, 0x4FF8, \
21 { 0x9B, 0x1A, 0x55, 0x24, 0xAF, 0xA3, 0x94, 0x5F } }
22
24 //
25 // Handle of partition which contain EfiBootRecord section
26 //
27 EFI_HANDLE ControllerHandle;
28 //
29 // UUID of GPT container partition
30 //
31 EFI_GUID ContainerUuid;
33
35
36#endif // APFS_EFIBOOTRECORD_INFO_PROTOCOL_H
EFI_GUID gApfsEfiBootRecordInfoProtocolGuid
struct _APFS_EFIBOOTRECORD_LOCATION_INFO APFS_EFIBOOTRECORD_LOCATION_INFO