summaryrefslogtreecommitdiffstats
path: root/IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.h
blob: 0b4dd8bb6d736c52f9650c43c6fbcf7f7825e2be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** @file
  Header file for FSP notify phase PEI module

  Copyright (c) 2016 Intel Corporation. All rights reserved.
  SPDX-License-Identifier: BSD-2-Clause-Patent
**/

#ifndef _FSP_NOTIFY_PHASE_PEIM_H_
#define _FSP_NOTIFY_PHASE_PEIM_H_

#include <Library/PeiServicesLib.h>
#include <Ppi/DxeIpl.h>
#include <Library/DebugLib.h>
#include <Library/FspPlatformLib.h>
#include <Library/FspCommonLib.h>
#include <Library/FspSwitchStackLib.h>
#endif