]> git.proxmox.com Git - mirror_edk2.git/blame - OldMdePkg/Include/Guid/MemoryAllocationHob.h
Adding top-level Conf directory for next generation of EDK II build infrastructure...
[mirror_edk2.git] / OldMdePkg / Include / Guid / MemoryAllocationHob.h
CommitLineData
878ddf1f 1/** @file\r
2 GUIDs for HOBs used in memory allcation\r
3\r
4 Copyright (c) 2006, Intel Corporation \r
5 All rights reserved. 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 Module Name: MemoryAllocationHob.h\r
14\r
15 @par Revision Reference:\r
16 GUID defined in Hob Spec Version 0.9\r
17\r
18**/\r
19\r
20#ifndef __MEMORY_ALLOCATION_GUID_H__\r
21#define __MEMORY_ALLOCATION_GUID_H__\r
22\r
23#define EFI_HOB_MEMORY_ALLOC_BSP_STORE_GUID \\r
24 {0x564b33cd, 0xc92a, 0x4593, {0x90, 0xbf, 0x24, 0x73, 0xe4, 0x3c, 0x63, 0x22} };\r
25\r
26#define EFI_HOB_MEMORY_ALLOC_STACK_GUID \\r
27 {0x4ed4bf27, 0x4092, 0x42e9, {0x80, 0x7d, 0x52, 0x7b, 0x1d, 0x0, 0xc9, 0xbd} }\r
28\r
29#define EFI_HOB_MEMORY_ALLOC_MODULE_GUID \\r
30 {0xf8e21975, 0x899, 0x4f58, {0xa4, 0xbe, 0x55, 0x25, 0xa9, 0xc6, 0xd7, 0x7a} }\r
31\r
32extern EFI_GUID gEfiHobMemoryAllocBspStoreGuid;\r
33extern EFI_GUID gEfiHobMemoryAllocStackGuid;\r
34extern EFI_GUID gEfiHobMemoryAllocModuleGuid;\r
35\r
36#endif\r