2 Header file for FSP notify phase PEI module
\r
4 Copyright (c) 2016 Intel Corporation. All rights reserved.
\r
5 SPDX-License-Identifier: BSD-2-Clause-Patent
\r
8 #ifndef _FSP_NOTIFY_PHASE_PEIM_H_
\r
9 #define _FSP_NOTIFY_PHASE_PEIM_H_
\r
11 #include <Library/PeiServicesLib.h>
\r
12 #include <Ppi/DxeIpl.h>
\r
13 #include <Library/DebugLib.h>
\r
14 #include <Library/FspPlatformLib.h>
\r
15 #include <Library/FspCommonLib.h>
\r
16 #include <Library/FspSwitchStackLib.h>
\r