Last change
on this file since 94368 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
411 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.