]>
Commit | Line | Data |
---|---|---|
c2f83f0a | 1 | /** @file\r |
2 | GUIDs for HOBs used in memory allcation\r | |
3 | \r | |
0047820e | 4 | Copyright (c) 2006 - 2008, Intel Corporation\r |
c2f83f0a | 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 | |
c2f83f0a | 13 | @par Revision Reference:\r |
0047820e | 14 | GUIDs introduced in PI Version 1.0.\r |
c2f83f0a | 15 | \r |
16 | **/\r | |
17 | \r | |
18 | #ifndef __MEMORY_ALLOCATION_GUID_H__\r | |
19 | #define __MEMORY_ALLOCATION_GUID_H__\r | |
20 | \r | |
21 | #define EFI_HOB_MEMORY_ALLOC_BSP_STORE_GUID \\r | |
22 | {0x564b33cd, 0xc92a, 0x4593, {0x90, 0xbf, 0x24, 0x73, 0xe4, 0x3c, 0x63, 0x22} };\r | |
23 | \r | |
24 | #define EFI_HOB_MEMORY_ALLOC_STACK_GUID \\r | |
25 | {0x4ed4bf27, 0x4092, 0x42e9, {0x80, 0x7d, 0x52, 0x7b, 0x1d, 0x0, 0xc9, 0xbd} }\r | |
26 | \r | |
27 | #define EFI_HOB_MEMORY_ALLOC_MODULE_GUID \\r | |
28 | {0xf8e21975, 0x899, 0x4f58, {0xa4, 0xbe, 0x55, 0x25, 0xa9, 0xc6, 0xd7, 0x7a} }\r | |
29 | \r | |
30 | extern EFI_GUID gEfiHobMemoryAllocBspStoreGuid;\r | |
31 | extern EFI_GUID gEfiHobMemoryAllocStackGuid;\r | |
32 | extern EFI_GUID gEfiHobMemoryAllocModuleGuid;\r | |
33 | \r | |
34 | #endif\r |