TianoCore EDK2 master
Loading...
Searching...
No Matches
MemData.c
Go to the documentation of this file.
1
9#include "DxeMain.h"
10
11//
12// MemoryLock - synchronizes access to the memory map and pool lists
13//
14EFI_LOCK gMemoryLock = EFI_INITIALIZE_LOCK_VARIABLE (TPL_NOTIFY);
15
16//
17// MemoryMap - the current memory map
18//
19LIST_ENTRY gMemoryMap = INITIALIZE_LIST_HEAD_VARIABLE (gMemoryMap);
#define INITIALIZE_LIST_HEAD_VARIABLE(ListHead)
Definition: BaseLib.h:2904
#define EFI_INITIALIZE_LOCK_VARIABLE(Priority)
Definition: UefiLib.h:313