summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/utils/stopreg/p9_stop_data_struct.H
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2016-05-27 07:56:45 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-07-01 10:18:24 -0400
commit82e972c8847a3cfe63120c94b47c7e2e7842ae14 (patch)
treed0c4a239ee70efe08494ecdfa6acb3844754f238 /src/import/chips/p9/procedures/utils/stopreg/p9_stop_data_struct.H
parente0c75d46e562ced7d24dddafc833c6bb22057820 (diff)
downloadtalos-hostboot-82e972c8847a3cfe63120c94b47c7e2e7842ae14.tar.gz
talos-hostboot-82e972c8847a3cfe63120c94b47c7e2e7842ae14.zip
PM:Changing calling convention of STOP API.
Changes made in function arguments to make it suitable for C world. This is based on feedback received from Power Mixer team. RTC:154530 Change-Id: I402822918089df2ac05774ede1e770bd013678b3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25143 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25144 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/utils/stopreg/p9_stop_data_struct.H')
-rwxr-xr-xsrc/import/chips/p9/procedures/utils/stopreg/p9_stop_data_struct.H7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/utils/stopreg/p9_stop_data_struct.H b/src/import/chips/p9/procedures/utils/stopreg/p9_stop_data_struct.H
index 63422850d..d6cd85b62 100755
--- a/src/import/chips/p9/procedures/utils/stopreg/p9_stop_data_struct.H
+++ b/src/import/chips/p9/procedures/utils/stopreg/p9_stop_data_struct.H
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2015 */
+/* COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -42,9 +42,9 @@
#ifdef __cplusplus
extern "C" {
-#endif
namespace stopImageSection
{
+#endif
typedef struct
{
@@ -127,7 +127,8 @@ enum
SCOM_SIZE_PER_CACHE_CHIPLET ));
#ifdef __cplusplus
} // extern "C"
-#endif
} //namespace stopImageSection ends
+#endif //__cplusplus
+
#endif
OpenPOWER on IntegriCloud