summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2018-04-26 10:13:45 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-04-27 11:30:07 -0400
commit5170952d14e34b287fdf78d8a28f811ae4582f3d (patch)
tree64e1e772624500dc2206f2dc12c65aad045c1359
parent58c6af4733e1b4e6d700ce50d7fd4166d3a89a2e (diff)
downloadtalos-hostboot-5170952d14e34b287fdf78d8a28f811ae4582f3d.tar.gz
talos-hostboot-5170952d14e34b287fdf78d8a28f811ae4582f3d.zip
p9_io_obus_dccal: add namespace to resolve multiple definition prob in hostboot
Change-Id: Ia2d4e4d1c0a2a5e79b02d73932f1003e443d45f0 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57893 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Christopher W. Steffen <cwsteffen@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@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: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57905 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/hwp/io/p9_io_obus_dccal.C7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/io/p9_io_obus_dccal.C b/src/import/chips/p9/procedures/hwp/io/p9_io_obus_dccal.C
index 1c6c50cc5..8c74590eb 100644
--- a/src/import/chips/p9/procedures/hwp/io/p9_io_obus_dccal.C
+++ b/src/import/chips/p9/procedures/hwp/io/p9_io_obus_dccal.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2017 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -61,6 +61,9 @@
// Function Definitions
//-----------------------------------------------------------------------------
+namespace P9_IO_OBUS_DCCAL
+{
+
/**
* @brief Converts a decimal value to a thermometer code
* @param[in] i_dec Decimal Value
@@ -636,7 +639,9 @@ fapi_try_exit:
return fapi2::current_err;
}
+} // end namespace P9_IO_OBUS_DCCAL
+using namespace P9_IO_OBUS_DCCAL;
/**
* @brief A I/O Obus Procedure that runs Rx Dccal and Tx Z Impedance calibration
OpenPOWER on IntegriCloud