17 lines
314 B
C
17 lines
314 B
C
|
/** @file
|
||
|
|
||
|
Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
|
||
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
|
||
|
**/
|
||
|
|
||
|
#ifndef __GUID_HOB_FSP_GUID__
|
||
|
#define __GUID_HOB_FSP_GUID__
|
||
|
|
||
|
#include <Guid/GuidHobFspEas.h>
|
||
|
#include <GuidHobFspGfx.h>
|
||
|
#include <GuidHobFspTseg.h>
|
||
|
#include <GuidHobFspMisc.h>
|
||
|
|
||
|
#endif
|