Last change
on this file since 83298 was 80721, checked in by vboxsync, 6 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:
445 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | Header file for FSP notify phase PEI module
|
---|
3 |
|
---|
4 | Copyright (c) 2016 Intel Corporation. All rights reserved.
|
---|
5 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | **/
|
---|
7 |
|
---|
8 | #ifndef _FSP_NOTIFY_PHASE_PEIM_H_
|
---|
9 | #define _FSP_NOTIFY_PHASE_PEIM_H_
|
---|
10 |
|
---|
11 | #include <Library/PeiServicesLib.h>
|
---|
12 | #include <Ppi/DxeIpl.h>
|
---|
13 | #include <Library/DebugLib.h>
|
---|
14 | #include <Library/FspPlatformLib.h>
|
---|
15 | #include <Library/FspCommonLib.h>
|
---|
16 | #include <Library/FspSwitchStackLib.h>
|
---|
17 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.