X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFsp2Pkg%2FInclude%2FLibrary%2FFspCommonLib.h;h=e13d0c33467bb104c46ec06d6ddde76f507d5215;hb=cc0b456a05f8dd1ebfb9be485465be37e96999e7;hp=0bb0c53786b841331cf215b062363ed796973bac;hpb=f862a3b6f9dc026ea0e108fd548c65c75346bada;p=mirror_edk2.git diff --git a/IntelFsp2Pkg/Include/Library/FspCommonLib.h b/IntelFsp2Pkg/Include/Library/FspCommonLib.h index 0bb0c53786..e13d0c3346 100644 --- a/IntelFsp2Pkg/Include/Library/FspCommonLib.h +++ b/IntelFsp2Pkg/Include/Library/FspCommonLib.h @@ -234,13 +234,13 @@ GetFspInfoHeaderFromApiContext ( ); /** - This function gets the VPD data pointer. + This function gets the CfgRegion data pointer. - @return VpdDataRgnPtr VPD data pointer. + @return CfgRegion data pointer. **/ VOID * EFIAPI -GetFspVpdDataPointer ( +GetFspCfgRegionDataPointer ( VOID );