summaryrefslogtreecommitdiffstats
path: root/IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h')
-rw-r--r--IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h b/IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h
index 30dc8df5da..25f4eca797 100644
--- a/IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h
+++ b/IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h
@@ -70,4 +70,17 @@ GetS3MemoryInfo (
OUT EFI_PHYSICAL_ADDRESS *S3PeiMemBase
);
+/**
+ Perform platform related reset in FSP wrapper.
+
+ This function will reset the system with requested ResetType.
+
+ @param[in] FspStatusResetType The type of reset the platform has to perform.
+**/
+VOID
+EFIAPI
+CallFspWrapperResetSystem (
+ IN UINT32 FspStatusResetType
+ );
+
#endif