14 lines
264 B
C
14 lines
264 B
C
|
/** @file
|
||
|
|
||
|
Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
|
||
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
|
||
|
**/
|
||
|
|
||
|
#ifndef __GUID_HOB_FSP_MISC_GUID__
|
||
|
#define __GUID_HOB_FSP_MISC_GUID__
|
||
|
|
||
|
extern EFI_GUID gFspReservedMemoryResourceHobMiscGuid;
|
||
|
|
||
|
#endif
|