diff options
Diffstat (limited to 'IntelFspPkg/FspSecCore/SecFsp.h')
-rw-r--r-- | IntelFspPkg/FspSecCore/SecFsp.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/IntelFspPkg/FspSecCore/SecFsp.h b/IntelFspPkg/FspSecCore/SecFsp.h index 8e48a13f18..3e4e2a4b5c 100644 --- a/IntelFspPkg/FspSecCore/SecFsp.h +++ b/IntelFspPkg/FspSecCore/SecFsp.h @@ -80,7 +80,19 @@ FspDataPointerFixUp ( **/
UINT32
EFIAPI
-GetFspBaseAddress (
+AsmGetFspBaseAddress (
+ VOID
+ );
+
+/**
+ This interface gets FspInfoHeader pointer
+
+ @return FSP binary base address.
+
+**/
+UINT32
+EFIAPI
+AsmGetFspInfoHeader (
VOID
);
|