summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/framework/service
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2013-07-24 13:38:31 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-08-08 10:16:31 -0500
commit1dc1f082f84ddc7c39d1cf652829da7889ee531d (patch)
treef952f0b7bdc7757282527932a0c62d966ad325a2 /src/usr/diag/prdf/framework/service
parent2a71413f96bfbb34539686bf7a4e47df6319ff7c (diff)
downloadtalos-hostboot-1dc1f082f84ddc7c39d1cf652829da7889ee531d.tar.gz
talos-hostboot-1dc1f082f84ddc7c39d1cf652829da7889ee531d.zip
PRD: RasServices refactoring part 1
Rename *_ras_services.* to *RasServices.* Created Hostboot/FSP specific files. Change-Id: I0b0063f0bcb0470af87bf343fc59f1c21cc5e1f0 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5553 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5727
Diffstat (limited to 'src/usr/diag/prdf/framework/service')
-rw-r--r--src/usr/diag/prdf/framework/service/prdfRasServices.C34
-rw-r--r--src/usr/diag/prdf/framework/service/prdfRasServices.H42
2 files changed, 76 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/framework/service/prdfRasServices.C b/src/usr/diag/prdf/framework/service/prdfRasServices.C
new file mode 100644
index 000000000..d14732b9a
--- /dev/null
+++ b/src/usr/diag/prdf/framework/service/prdfRasServices.C
@@ -0,0 +1,34 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/diag/prdf/framework/service/prdfRasServices.C $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2013 */
+/* */
+/* p1 */
+/* */
+/* Object Code Only (OCO) source materials */
+/* Licensed Internal Code Source Materials */
+/* IBM HostBoot Licensed Internal Code */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* Origin: 30 */
+/* */
+/* IBM_PROLOG_END_TAG */
+
+/** @file prdfRasServices.C
+ * @brief Utility code to parse an SDC and produce the appropriate error log.
+ */
+
+#include <prdfRasServices.H>
+
+namespace PRDF
+{
+
+} // end namespace PRDF
+
diff --git a/src/usr/diag/prdf/framework/service/prdfRasServices.H b/src/usr/diag/prdf/framework/service/prdfRasServices.H
new file mode 100644
index 000000000..bf3fe288d
--- /dev/null
+++ b/src/usr/diag/prdf/framework/service/prdfRasServices.H
@@ -0,0 +1,42 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/diag/prdf/framework/service/prdfRasServices.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2013 */
+/* */
+/* p1 */
+/* */
+/* Object Code Only (OCO) source materials */
+/* Licensed Internal Code Source Materials */
+/* IBM HostBoot Licensed Internal Code */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* Origin: 30 */
+/* */
+/* IBM_PROLOG_END_TAG */
+
+#ifndef __prdfRasServices_H
+#define __prdfRasServices_H
+
+/** @file prdfRasServices.H
+ * @brief Utility code to parse an SDC and produce the appropriate error log.
+ */
+
+// This must be included after all external includes. This will take care of
+// cases where a file must be included in the common code, but the include paths
+// are different between FSP and Hostboot.
+#include <prdfRasServices_common.H>
+
+namespace PRDF
+{
+
+} // end namespace PRDF
+
+#endif // __prdfRasServices_H
+
OpenPOWER on IntegriCloud