X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFsp2Pkg%2FInclude%2FLibrary%2FFspCommonLib.h;h=5f7a14b9b24a98671c239ddf71c2dd59728fd664;hp=231f1e44b3b715f10b86be750be41e23eb04b876;hb=40bc7509142af30d8befd198afbdeeaa58964234;hpb=c243b7443213cce5c13389fa61660b8d8cc3c6dd diff --git a/IntelFsp2Pkg/Include/Library/FspCommonLib.h b/IntelFsp2Pkg/Include/Library/FspCommonLib.h index 231f1e44b3..5f7a14b9b2 100644 --- a/IntelFsp2Pkg/Include/Library/FspCommonLib.h +++ b/IntelFsp2Pkg/Include/Library/FspCommonLib.h @@ -289,26 +289,6 @@ SetPhaseStatusCode ( UINT32 StatusCode ); -/** - This function gets FSP CAR base. - -**/ -UINT32 -EFIAPI -GetFspCarBase ( - VOID - ); - -/** - This function gets FSP CAR size. - -**/ -UINT32 -EFIAPI -GetFspCarSize ( - VOID - ); - /** This function updates the return status of the FSP API with requested reset type and returns to Boot Loader.