summaryrefslogtreecommitdiffstats
path: root/IntelFspPkg/Include/Library/FspCommonLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFspPkg/Include/Library/FspCommonLib.h')
-rw-r--r--IntelFspPkg/Include/Library/FspCommonLib.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/IntelFspPkg/Include/Library/FspCommonLib.h b/IntelFspPkg/Include/Library/FspCommonLib.h
index 22db27708d..eddebba1ea 100644
--- a/IntelFspPkg/Include/Library/FspCommonLib.h
+++ b/IntelFspPkg/Include/Library/FspCommonLib.h
@@ -182,6 +182,17 @@ GetFspInfoHeader (
);
/**
+ This function gets the FSP info header pointer from the API context.
+
+ @retval FspInfoHeader FSP info header pointer
+**/
+FSP_INFO_HEADER *
+EFIAPI
+GetFspInfoHeaderFromApiContext (
+ VOID
+ );
+
+/**
This function gets the VPD data pointer.
@return VpdDataRgnPtr VPD data pointer.