]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/MemoryTypeInformation.h
Code Clean for Driver PlatformDriOverrideDxe and PlatOverMngr application. And Clean...
[mirror_edk2.git] / MdeModulePkg / Include / Guid / MemoryTypeInformation.h
CommitLineData
1e354c03 1/** @file\r
5f597758
LG
2 This file defines the memory type information guid, variable name and guid hob structure. \r
3 This guid is used for Memory Type Information entries in the HOB list and EFI variable.\r
88f20127 4\r
1e354c03 5Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
6All rights reserved. This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
88f20127 15\r
16#ifndef __MEMORY_TYPE_INFORMATION_GUID_H__\r
17#define __MEMORY_TYPE_INFORMATION_GUID_H__\r
18\r
19#define EFI_MEMORY_TYPE_INFORMATION_GUID \\r
20 { 0x4c19049f,0x4137,0x4dd3, { 0x9c,0x10,0x8b,0x97,0xa8,0x3f,0xfd,0xfa } }\r
21\r
22#define EFI_MEMORY_TYPE_INFORMATION_VARIABLE_NAME L"MemoryTypeInformation"\r
23\r
24extern EFI_GUID gEfiMemoryTypeInformationGuid;\r
25\r
26typedef struct {\r
ebafc55b
LG
27 UINT32 Type; /// EFI memory type defined in UEFI specification.\r
28 UINT32 NumberOfPages; /// The pages of this type memory.\r
88f20127 29} EFI_MEMORY_TYPE_INFORMATION;\r
30\r
31#endif\r