]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.h
IntelFsp2Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFsp2Pkg / FspNotifyPhase / FspNotifyPhasePeim.h
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