TianoCore EDK2 master
Loading...
Searching...
No Matches
MemoryAttributeManagerDxe.h
Go to the documentation of this file.
1
9#ifndef MEMORY_ATTRIBUTE_MANAGER_DXE_H_
10#define MEMORY_ATTRIBUTE_MANAGER_DXE_H_
11
13
14#define PROTOCOL_ENABLED_DEFAULT FixedPcdGetBool(PcdMemoryAttributeEnabledDefault)
15
16#define MEMORY_ATTRIBUTE_MANAGER_DATA_VAR_NAME L"MemoryAttributeManagerData"
17
18typedef struct {
19 BOOLEAN Enabled;
21
22#endif // __MEMORY_ATTRIBUTE_MANAGER_DXE_H__