X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFsp2Pkg%2FFspSecCore%2FSecMain.h;fp=IntelFsp2Pkg%2FFspSecCore%2FSecMain.h;h=d8fc00b714573e6d209397179589471be2c236d1;hp=19ac2fbfc168147f027e13c7ee57a6fecd69a5ec;hb=12a0a80b4aeeb9a8435ee785e685e33eb7ee451c;hpb=35897da27ed289f086d2b528800fa60d6ef2407d diff --git a/IntelFsp2Pkg/FspSecCore/SecMain.h b/IntelFsp2Pkg/FspSecCore/SecMain.h index 19ac2fbfc1..d8fc00b714 100644 --- a/IntelFsp2Pkg/FspSecCore/SecMain.h +++ b/IntelFsp2Pkg/FspSecCore/SecMain.h @@ -135,4 +135,17 @@ ProcessLibraryConstructorList ( VOID ); +/** + + Return value of esp. + + @return value of esp. + +**/ +UINT32 +EFIAPI +AsmReadEsp ( + VOID + ); + #endif