OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
LdrMemoryDescriptor.h
Go to the documentation of this file.
1
15#ifndef __LDR_MEMORY_DESCRIPTOR__
16#define __LDR_MEMORY_DESCRIPTOR__
17
18#define LDR_MEMORY_DESCRIPTOR_GUID \
19 { 0x7701d7e5, 0x7d1d, 0x4432, {0xa4, 0x68, 0x67, 0x3d, 0xab, 0x8a, 0xde, 0x60}}
20
21#pragma pack(1)
22
23typedef struct {
24 EFI_HOB_GUID_TYPE Hob;
26 EFI_MEMORY_DESCRIPTOR *MemDesc;
28
29#pragma pack()
30
31extern EFI_GUID gLdrMemoryDescriptorGuid;
32
33#endif
EFI_GUID gLdrMemoryDescriptorGuid
EFI_HOB_GUID_TYPE Hob
EFI_MEMORY_DESCRIPTOR * MemDesc