From cae4b02e30a1eded3933d2e99220daa076bc655e Mon Sep 17 00:00:00 2001 From: Kahn Evans Date: Fri, 24 Mar 2017 08:12:22 -0500 Subject: Defining generic RingId_t type for transitional eCMD release Change-Id: Iaf9e18900517a18f0cbfa10c5a960e2d6adfeaff Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38403 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Matt K. Light Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38404 Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- src/import/hwpf/fapi2/include/hw_access_def.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/import/hwpf') diff --git a/src/import/hwpf/fapi2/include/hw_access_def.H b/src/import/hwpf/fapi2/include/hw_access_def.H index dc78b83d..1934cfd2 100644 --- a/src/import/hwpf/fapi2/include/hw_access_def.H +++ b/src/import/hwpf/fapi2/include/hw_access_def.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER sbe Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* Contributors Listed Below - COPYRIGHT 2015,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -35,6 +35,7 @@ /// @cond typedef uint64_t spyId_t; typedef uint64_t scanRingId_t; +typedef uint16_t RingId_t; /// @endcond namespace fapi2 -- cgit v1.2.1