2016-05-13 07:00:53 +02:00
|
|
|
/** @file
|
|
|
|
Header file for FSP notify phase PEI module
|
|
|
|
|
|
|
|
Copyright (c) 2016 Intel Corporation. All rights reserved.
|
2019-04-04 01:04:04 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2016-05-13 07:00:53 +02:00
|
|
|
**/
|
|
|
|
|
|
|
|
#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
|