summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorRobert Lippert <rlippert@google.com>2016-12-15 14:49:48 -0800
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-12-19 16:34:13 -0500
commite148934b39f49df7416bcc326eb993f96b9be961 (patch)
tree4678a2113c858b858552c4482fb289e495ec4b32 /src/include
parent7c3e3322d9e274cf161a23a4064b70543814abb1 (diff)
downloadtalos-hostboot-e148934b39f49df7416bcc326eb993f96b9be961.tar.gz
talos-hostboot-e148934b39f49df7416bcc326eb993f96b9be961.zip
fixes necessary to compile with BT IPMI config option enabled
Change-Id: I13842c0b7aed33a7e61fa3a57f00e91702dd594c Signed-off-by: Robert Lippert <rlippert@google.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33979 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/ipmi/ipmisensor.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/ipmi/ipmisensor.H b/src/include/usr/ipmi/ipmisensor.H
index f82a3aaf1..a5746efab 100644
--- a/src/include/usr/ipmi/ipmisensor.H
+++ b/src/include/usr/ipmi/ipmisensor.H
@@ -6,6 +6,7 @@
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2014,2016 */
+/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -935,7 +936,7 @@ namespace SENSOR
*
*/
errlHndl_t getAPSSChannelSensorNumbers(
- const uint16_t (* &o_sensor_numbers)[16]);
+ const uint32_t (* &o_sensor_numbers)[16]);
/**
* Helper function to return a mask of the supported masks for the
OpenPOWER on IntegriCloud