]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2Pkg/Include/FspEas.h
IntelFsp2Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFsp2Pkg / Include / FspEas.h
1 /** @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