]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Guid/MemoryAttributesTable.h
MdePkg: Revert AuditMode/DeployedMode name definition
[mirror_edk2.git] / MdePkg / Include / Guid / MemoryAttributesTable.h
CommitLineData
63ca5179
JY
1/** @file\r
2 GUIDs used for UEFI Memory Attributes Table in the UEFI 2.6 specification.\r
3\r
4 Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
5 This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __UEFI_MEMORY_ATTRIBUTES_TABLE_H__\r
16#define __UEFI_MEMORY_ATTRIBUTES_TABLE_H__\r
17\r
18#define EFI_MEMORY_ATTRIBUTES_TABLE_GUID {\\r
19 0xdcfa911d, 0x26eb, 0x469f, {0xa2, 0x20, 0x38, 0xb7, 0xdc, 0x46, 0x12, 0x20} \\r
20}\r
21\r
22typedef struct {\r
23 UINT32 Version;\r
24 UINT32 NumberOfEntries;\r
25 UINT32 DescriptorSize;\r
26 UINT32 Reserved;\r
27//EFI_MEMORY_DESCRIPTOR Entry[1];\r
28} EFI_MEMORY_ATTRIBUTES_TABLE;\r
29\r
30#define EFI_MEMORY_ATTRIBUTES_TABLE_VERSION 0x00000001\r
31\r
32extern EFI_GUID gEfiMemoryAttributesTableGuid;\r
33\r
34#endif\r