mirror of https://github.com/acidanthera/audk.git
17 lines
330 B
C
17 lines
330 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
|