diff options
author | Steven Janssen <janssens@us.ibm.com> | 2019-03-04 15:35:42 -0600 |
---|---|---|
committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2019-03-18 10:23:37 -0500 |
commit | 85942470b22360f2b74051887609362f6d1116a9 (patch) | |
tree | cefd89abc63d7a852b5192479927d2b5f8af7403 /src/import/chips | |
parent | 018a009896d83b3d7adf6e877af153e8e232fa87 (diff) | |
download | talos-hostboot-85942470b22360f2b74051887609362f6d1116a9.tar.gz talos-hostboot-85942470b22360f2b74051887609362f6d1116a9.zip |
Update function pointer name to correctly point to function
Change-Id: Iafa661a469911151ee5b75c75f921be9a855d0c6
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72788
Dev-Ready: Steven B. Janssen <janssens@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72807
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips')
-rw-r--r-- | src/import/chips/p9/procedures/hwp/accessors/ddimm_get_efd.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/accessors/ddimm_get_efd.H b/src/import/chips/p9/procedures/hwp/accessors/ddimm_get_efd.H index 0cbded2c1..52dda89c7 100644 --- a/src/import/chips/p9/procedures/hwp/accessors/ddimm_get_efd.H +++ b/src/import/chips/p9/procedures/hwp/accessors/ddimm_get_efd.H @@ -47,7 +47,7 @@ namespace fapi2 } // function pointer typedef definition for HWP call support -typedef fapi2::ReturnCode (*p9_ddimm_get_efd_FP_t)( +typedef fapi2::ReturnCode (*ddimm_get_efd_FP_t)( const fapi2::Target<fapi2::TARGET_TYPE_OCMB_CHIP>&, fapi2::VPDInfo<fapi2::TARGET_TYPE_OCMB_CHIP>&, uint8_t* const, |