TianoCore EDK2 master
Loading...
Searching...
No Matches
FspWrapperPlatformMultiPhaseLib.h
Go to the documentation of this file.
1
9#ifndef FSP_WRAPPER_PLATFORM_MULTI_PHASE_LIB_H_
10#define FSP_WRAPPER_PLATFORM_MULTI_PHASE_LIB_H_
11
22VOID
23EFIAPI
25 IN OUT VOID **FspHobListPtr,
26 IN UINT8 ComponentIndex,
27 IN UINT32 PhaseIndex
28 );
29
30#endif //FSP_WRAPPER_PLATFORM_MULTI_PHASE_LIB_H_
VOID EFIAPI FspWrapperPlatformMultiPhaseHandler(IN OUT VOID **FspHobListPtr, IN UINT8 ComponentIndex, IN UINT32 PhaseIndex)
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284