REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the IntelFsp2Pkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
18 lines
488 B
C
18 lines
488 B
C
/** @file
|
|
Intel FSP Hob Guid definition from Intel Firmware Support Package External
|
|
Architecture Specification v2.0.
|
|
|
|
Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
**/
|
|
|
|
#ifndef __GUID_HOB_FSP_EAS_GUID__
|
|
#define __GUID_HOB_FSP_EAS_GUID__
|
|
|
|
extern EFI_GUID gFspBootLoaderTolumHobGuid;
|
|
extern EFI_GUID gFspReservedMemoryResourceHobGuid;
|
|
extern EFI_GUID gFspNonVolatileStorageHobGuid;
|
|
|
|
#endif
|