blob: d92682906d64d0392c246865327635a81e05104e [file] [log] [blame]
Ronak Kanabar1ae366f2023-06-07 01:21:56 +05301/** @file
2 Intel FSP definition from Intel Firmware Support Package External
3 Architecture Specification v2.0.
4
5 Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8**/
9
10#ifndef _FSP_EAS_H_
11#define _FSP_EAS_H_
12
13#include <Uefi/UefiBaseType.h>
14#include <Guid/GuidHobFspEas.h>
15#include <Guid/FspHeaderFile.h>
16#include <FspEas/FspApi.h>
17
18#endif