X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspPkg%2FFspSecCore%2FSecFsp.h;fp=IntelFspPkg%2FFspSecCore%2FSecFsp.h;h=3e4e2a4b5cc112455f53be7d4c1759b51c6681a8;hp=8e48a13f18aa369714b4c931bc4204740c89a32b;hb=16b7e82c2ba9465e87d634e1da6e3b322279f5f7;hpb=8f2f2f1985ad5c76c85eff8be7d0f9da8b7afe4e 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 );