summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf/fapi/fapiAttributeService.H
diff options
context:
space:
mode:
authorCamVan Nguyen <ctnguyen@us.ibm.com>2011-10-24 16:11:42 -0500
committerCAMVAN T. NGUYEN <ctnguyen@us.ibm.com>2011-10-27 16:58:16 -0500
commit7e2d025969d46a4f6fe1dab6e4c40061ce8e6fec (patch)
tree392ebe5669c1e7e1b7d93be212693f5fae88de4d /src/include/usr/hwpf/fapi/fapiAttributeService.H
parent9e86b070a4429e7db34a5438611a67098ab92dfb (diff)
downloadtalos-hostboot-7e2d025969d46a4f6fe1dab6e4c40061ce8e6fec.tar.gz
talos-hostboot-7e2d025969d46a4f6fe1dab6e4c40061ce8e6fec.zip
Added Hwp to execute initfiles
Change-Id: Ie597c23eadc51b7463487eff9316a30ad04d88e5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/455 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf/fapi/fapiAttributeService.H')
-rw-r--r--src/include/usr/hwpf/fapi/fapiAttributeService.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/hwpf/fapi/fapiAttributeService.H b/src/include/usr/hwpf/fapi/fapiAttributeService.H
index e623a2e8a..bffe0341b 100644
--- a/src/include/usr/hwpf/fapi/fapiAttributeService.H
+++ b/src/include/usr/hwpf/fapi/fapiAttributeService.H
@@ -37,6 +37,8 @@
* mjjones 09/06/2011 Remove support for strings
* mjjones 09/22/2011 Fixed example
* mjjones 10/13/2011 Added fapiGetInitFileAttr
+ * camvanng 10/20/2011 Changed i_pTarget to "const"
+ * ptr
*/
#ifndef FAPIATTRIBUTESERVICE_H_
@@ -102,7 +104,7 @@ namespace fapi
* @return ReturnCode. Zero if success
*/
ReturnCode fapiGetInitFileAttr(const AttributeId i_id,
- Target * i_pTarget,
+ const Target * i_pTarget,
uint64_t & o_val,
const uint32_t i_arrayIndex1 = 0,
const uint32_t i_arrayIndex2 = 0,
OpenPOWER on IntegriCloud