From e9c91c9d51b90d2fbc94e64d8fe8a109fcb3cbbc Mon Sep 17 00:00:00 2001 From: Kahn Evans Date: Tue, 21 Mar 2017 10:43:26 -0500 Subject: Change RingID to RingId_t in putRing Change-Id: If809a8ec82ff90a6ed9dc2763f7e609524fc75fb Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38351 Tested-by: Jenkins Server Tested-by: Hostboot CI Tested-by: PPE CI Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA Reviewed-by: Daniel M. Crowell Reviewed-by: Sachin Gupta Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38354 Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes --- src/include/usr/fapi2/hw_access.H | 4 ++-- src/include/usr/fapi2/plat_hw_access.H | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include/usr/fapi2') diff --git a/src/include/usr/fapi2/hw_access.H b/src/include/usr/fapi2/hw_access.H index 57941e752..d3827f685 100644 --- a/src/include/usr/fapi2/hw_access.H +++ b/src/include/usr/fapi2/hw_access.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* Contributors Listed Below - COPYRIGHT 2015,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -240,7 +240,7 @@ inline ReturnCode putRing(const Target& i_target, /// @return fapi::ReturnCode. FAPI2_RC_SUCCESS if success, else error code. template< TargetType K > inline ReturnCode putRing(const Target& i_target, - const RingID i_ringID, + const RingId_t i_ringID, const RingMode i_ringMode = RING_MODE_HEADER_CHECK) { FAPI_DBG("Entering putRing with RingID ..."); diff --git a/src/include/usr/fapi2/plat_hw_access.H b/src/include/usr/fapi2/plat_hw_access.H index 5a8d20fea..94faa7443 100644 --- a/src/include/usr/fapi2/plat_hw_access.H +++ b/src/include/usr/fapi2/plat_hw_access.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* Contributors Listed Below - COPYRIGHT 2015,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -175,7 +175,7 @@ ReturnCode platPutRing(const Target& i_target, /// @param[in] i_ringMode Ring operation mode. /// @return fapi2::ReturnCode. FAPI2_RC_SUCCESS if success, else error code. ReturnCode platPutRing(const Target& i_target, - const RingID i_ringID, + const RingId_t i_ringID, const RingMode i_ringMode); //-------------------------------------------------------------------------- -- cgit v1.2.3