]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Include/Guid/HobList.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / Guid / HobList.h
... / ...
CommitLineData
1/** @file\r
2 GUIDs used for HOB List entries\r
3\r
4 These GUIDs point the HOB List passed from PEI to DXE.\r
5\r
6 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
7 SPDX-License-Identifier: BSD-2-Clause-Patent\r
8\r
9 @par Revision Reference:\r
10 GUID introduced in PI Version 1.0.\r
11\r
12**/\r
13\r
14#ifndef __HOB_LIST_GUID_H__\r
15#define __HOB_LIST_GUID_H__\r
16\r
17#define HOB_LIST_GUID \\r
18 { \\r
19 0x7739f24c, 0x93d7, 0x11d4, {0x9a, 0x3a, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \\r
20 }\r
21\r
22extern EFI_GUID gEfiHobListGuid;\r
23\r
24#endif\r