summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/accessors
diff options
context:
space:
mode:
authorSteven Janssen <janssens@us.ibm.com>2016-07-07 10:10:58 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-07-12 16:40:47 -0400
commite26b33dda1db4c0b995fe5e8c2734ccd02ee91c0 (patch)
tree0239def31c741be5cbfbae2480fcf9b512e09037 /src/import/chips/p9/procedures/hwp/accessors
parentd4a6d480f694ea08485e26ef9c0a1e7cc60dc903 (diff)
downloadtalos-hostboot-e26b33dda1db4c0b995fe5e8c2734ccd02ee91c0.tar.gz
talos-hostboot-e26b33dda1db4c0b995fe5e8c2734ccd02ee91c0.zip
Modify function declaration to match how FAPI_EXEC_HWP uses it
Change-Id: I0e88576189ba9defc8212521ee278bac3943b2e8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26711 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Steven B. Janssen <janssens@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Thi N. Tran <thi@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://ralgit01.raleigh.ibm.com/gerrit1/26716 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/accessors')
-rw-r--r--src/import/chips/p9/procedures/hwp/accessors/p9_get_mem_vpd_keyword.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/accessors/p9_get_mem_vpd_keyword.H b/src/import/chips/p9/procedures/hwp/accessors/p9_get_mem_vpd_keyword.H
index 6f8c2d9e2..9fc04a3ed 100644
--- a/src/import/chips/p9/procedures/hwp/accessors/p9_get_mem_vpd_keyword.H
+++ b/src/import/chips/p9/procedures/hwp/accessors/p9_get_mem_vpd_keyword.H
@@ -47,7 +47,7 @@ enum
typedef char keywordName_t [KEYWORD_BYTE_SIZE + 1];
}
-typedef fapi2::ReturnCode (*p9_get_mem_vpd_keyword_t)(
+typedef fapi2::ReturnCode (*p9_get_mem_vpd_keyword_FP_t)(
const fapi2::Target<fapi2::TARGET_TYPE_MCS>&,
const fapi2::VPDInfo<fapi2::TARGET_TYPE_MCS>&,
const uint8_t*,
OpenPOWER on IntegriCloud