15#ifndef __UEFI_MEMORY_ATTRIBUTES_TABLE_H__
16#define __UEFI_MEMORY_ATTRIBUTES_TABLE_H__
18#define EFI_MEMORY_ATTRIBUTES_TABLE_GUID {\
19 0xdcfa911d, 0x26eb, 0x469f, {0xa2, 0x20, 0x38, 0xb7, 0xdc, 0x46, 0x12, 0x20} \
30#define EFI_MEMORY_ATTRIBUTES_TABLE_VERSION 0x00000001
unsigned int UINT32
Definition ProcessorBind.h:102
EFI_GUID gEfiMemoryAttributesTableGuid
Definition MemoryAttributesTable.h:22
UINT32 DescriptorSize
Definition MemoryAttributesTable.h:25
UINT32 Reserved
Definition MemoryAttributesTable.h:26
UINT32 NumberOfEntries
Definition MemoryAttributesTable.h:24
UINT32 Version
Definition MemoryAttributesTable.h:23