summaryrefslogtreecommitdiff
path: root/IntelFspPkg/Include/Library/FspSecPlatformLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFspPkg/Include/Library/FspSecPlatformLib.h')
-rw-r--r--IntelFspPkg/Include/Library/FspSecPlatformLib.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/IntelFspPkg/Include/Library/FspSecPlatformLib.h b/IntelFspPkg/Include/Library/FspSecPlatformLib.h
index c6ed43001..d5c7e7793 100644
--- a/IntelFspPkg/Include/Library/FspSecPlatformLib.h
+++ b/IntelFspPkg/Include/Library/FspSecPlatformLib.h
@@ -71,4 +71,18 @@ SecCarInit (
IN FSP_TEMP_RAM_INIT_PARAMS *TempRamInitParamPtr
);
+/**
+ This function check the signture of UPD.
+
+ @param[in] ApiIdx Internal index of the FSP API.
+ @param[in] ApiParam Parameter of the FSP API.
+
+**/
+EFI_STATUS
+EFIAPI
+FspUpdSignatureCheck (
+ IN UINT32 ApiIdx,
+ IN VOID *ApiParam
+ );
+
#endif