]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFspPkg/Include/Guid/GuidHobFspEas.h
IntelFspPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFspPkg / Include / Guid / GuidHobFspEas.h
1 /** @file
2 Intel FSP Hob Guid definition from Intel Firmware Support Package External
3 Architecture Specification v1.1, April 2015, revision 001.
4
5 Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 **/
9
10 #ifndef __GUID_HOB_FSP_EAS_GUID__
11 #define __GUID_HOB_FSP_EAS_GUID__
12
13 extern EFI_GUID gFspBootLoaderTemporaryMemoryGuid;
14
15 extern EFI_GUID gFspBootLoaderTolumHobGuid; // FSP EAS v1.1
16 extern EFI_GUID gFspReservedMemoryResourceHobGuid;
17 extern EFI_GUID gFspNonVolatileStorageHobGuid;
18
19 #endif