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
23
typedef
struct
_APFS_EFIBOOTRECORD_LOCATION_INFO
{
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
;
32
}
APFS_EFIBOOTRECORD_LOCATION_INFO
;
33
34
extern
EFI_GUID
gApfsEfiBootRecordInfoProtocolGuid
;
35
36
#endif
// APFS_EFIBOOTRECORD_INFO_PROTOCOL_H
gApfsEfiBootRecordInfoProtocolGuid
EFI_GUID gApfsEfiBootRecordInfoProtocolGuid
APFS_EFIBOOTRECORD_LOCATION_INFO
struct _APFS_EFIBOOTRECORD_LOCATION_INFO APFS_EFIBOOTRECORD_LOCATION_INFO
_APFS_EFIBOOTRECORD_LOCATION_INFO
Definition
ApfsEfiBootRecordInfo.h:23
_APFS_EFIBOOTRECORD_LOCATION_INFO::ContainerUuid
EFI_GUID ContainerUuid
Definition
ApfsEfiBootRecordInfo.h:31
_APFS_EFIBOOTRECORD_LOCATION_INFO::ControllerHandle
EFI_HANDLE ControllerHandle
Definition
ApfsEfiBootRecordInfo.h:27
Include
Apple
Protocol
ApfsEfiBootRecordInfo.h
Generated by
1.12.0