historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/edk2/IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.h
2024-01-16 11:20:27 -06:00

17 lines
445 B
C

/** @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