blob: 631eef362fe2b6748131be88e584d7b52e0e3479 [file] [log] [blame]
Subrata Banik20fe24b2021-12-09 02:46:38 +05301/** @file
2 Intel FSP Hob Guid definition from Intel Firmware Support Package External
3 Architecture Specification v2.0.
4
5 Copyright (c) 2014 - 2016, 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
13extern EFI_GUID gFspBootLoaderTolumHobGuid;
14extern EFI_GUID gFspReservedMemoryResourceHobGuid;
15extern EFI_GUID gFspNonVolatileStorageHobGuid;
16
17#endif