From e148934b39f49df7416bcc326eb993f96b9be961 Mon Sep 17 00:00:00 2001 From: Robert Lippert Date: Thu, 15 Dec 2016 14:49:48 -0800 Subject: fixes necessary to compile with BT IPMI config option enabled Change-Id: I13842c0b7aed33a7e61fa3a57f00e91702dd594c Signed-off-by: Robert Lippert Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33979 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Prachi Gupta Reviewed-by: Daniel M. Crowell --- src/include/usr/ipmi/ipmisensor.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include') 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 -- cgit v1.2.1