TianoCore EDK2
master
Loading...
Searching...
No Matches
MemoryMapInfoGuid.h
Go to the documentation of this file.
1
9
#ifndef MEMORY_MAP_INFO_GUID_H_
10
#define MEMORY_MAP_INFO_GUID_H_
11
12
#include <
Library/PcdLib.h
>
13
17
extern
EFI_GUID
gLoaderMemoryMapInfoGuid
;
18
19
#pragma pack(1)
20
typedef
struct
{
21
UINT64 Base;
22
UINT64 Size;
23
UINT8 Type;
24
UINT8 Flag;
25
UINT8 Reserved[6];
26
}
MEMORY_MAP_ENTRY
;
27
28
typedef
struct
{
29
UINT8 Revision;
30
UINT8 Reserved0[3];
31
UINT32 Count;
32
MEMORY_MAP_ENTRY
Entry[0];
33
}
MEMORY_MAP_INFO
;
34
#pragma pack()
35
36
#endif
gLoaderMemoryMapInfoGuid
EFI_GUID gLoaderMemoryMapInfoGuid
PcdLib.h
GUID
Definition:
Base.h:213
MEMORY_MAP_ENTRY
Definition:
MemoryMapInfoGuid.h:20
MEMORY_MAP_INFO
Definition:
MemoryMapInfoGuid.h:28
UefiPayloadPkg
Include
Guid
MemoryMapInfoGuid.h
Generated on Fri Nov 15 2024 18:01:26 for TianoCore EDK2 by
1.9.6