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
18
19#pragma pack(1)
20typedef struct {
21 UINT64 Base;
22 UINT64 Size;
23 UINT8 Type;
24 UINT8 Flag;
25 UINT8 Reserved[6];
27
28typedef struct {
29 UINT8 Revision;
30 UINT8 Reserved0[3];
31 UINT32 Count;
32 MEMORY_MAP_ENTRY Entry[0];
34#pragma pack()
35
36#endif
EFI_GUID gLoaderMemoryMapInfoGuid
Definition: Base.h:213