summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plugins/prdfCalloutsData.H
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2013-10-29 15:53:51 +0530
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-11-13 10:24:14 -0600
commit158ba8f3ae85b7da0d2a18be65e91d1a43c3d9a4 (patch)
tree59b9ca0daaca4bbe434fd3a36ab3f1ec7270916d /src/usr/diag/prdf/common/plugins/prdfCalloutsData.H
parent339e480ae86894bf450def09962f87e7a196f8cc (diff)
downloadblackbird-hostboot-158ba8f3ae85b7da0d2a18be65e91d1a43c3d9a4.tar.gz
blackbird-hostboot-158ba8f3ae85b7da0d2a18be65e91d1a43c3d9a4.zip
PRD: Preventive Namespace addition in PRD errl plugins
These changes are required as there is some time gap between PRD code release on FSP and HB code release. Because of this, there are incmpatible copies of these files in a build. These changes will avoid conflicts in such cases. Change-Id: I4578ac212538e057f1738bac684b9e158f7a543f Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6934 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7213
Diffstat (limited to 'src/usr/diag/prdf/common/plugins/prdfCalloutsData.H')
-rw-r--r--src/usr/diag/prdf/common/plugins/prdfCalloutsData.H16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/plugins/prdfCalloutsData.H b/src/usr/diag/prdf/common/plugins/prdfCalloutsData.H
index 47556503c..dbe792464 100644
--- a/src/usr/diag/prdf/common/plugins/prdfCalloutsData.H
+++ b/src/usr/diag/prdf/common/plugins/prdfCalloutsData.H
@@ -32,6 +32,15 @@
namespace PRDF
{
+#ifdef PRDF_HOSTBOOT_ERRL_PLUGIN
+namespace HOSTBOOT
+{
+#endif
+
+#ifdef PRDF_FSP_ERRL_PLUGIN
+namespace FSP
+{
+#endif
namespace PRDcalloutData
{
@@ -46,6 +55,13 @@ enum MruType
} // end namespace PRDcalloutData
+#ifdef PRDF_HOSTBOOT_ERRL_PLUGIN
+} // end namespace HOSTBOOT
+#endif
+
+#ifdef PRDF_FSP_ERRL_PLUGIN
+} // end namespace FSP
+#endif
} // end namespace PRDF
#endif // __prdfCalloutsData_H
OpenPOWER on IntegriCloud