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