blob: f99c3bc36b0d9ef9989d92d4debe2738c5440c28 [file] [log] [blame]
Jincheng Li61953572023-08-01 09:47:48 +08001/** @file
2 Intel FSP definition from Intel Firmware Support Package External
3 Architecture Specification v2.2.
4 @copyright
5 Copyright (c) 2015 - 2021, Intel Corporation. All rights reserved.<BR>
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7**/
8
9#ifndef _FSP_EAS_H_
10#define _FSP_EAS_H_
11
12#include <Uefi.h>
13#include <Guid/GuidHobFspEas.h>
14#include <Guid/FspHeaderFile.h>
15#include <FspEas/FspApi.h>
16
17#endif // _FSP_EAS_H_