summaryrefslogtreecommitdiffstats
path: root/src/include/usr/errl
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2013-04-25 16:53:55 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-05-08 11:34:22 -0500
commit3541d56fbffa428a51ae0eb7bc963e45ce48d836 (patch)
tree6371aeea73b89987bf9ff2aceb9e2a57fd64160f /src/include/usr/errl
parent750329e0758039e2692b3c26c28a4debb8feea1c (diff)
downloadtalos-hostboot-3541d56fbffa428a51ae0eb7bc963e45ce48d836.tar.gz
talos-hostboot-3541d56fbffa428a51ae0eb7bc963e45ce48d836.zip
add platform specific callout functions for FSP integration.
Make the HWAS function processCallout() be common instead of hostboot specific, and create new platform specific functions for the processing of procedure and hardware callouts. Intention is that hostboot and fsp will use these to read the hwas hostboot-created callout_ud_t structure out of an errlog. Change-Id: Ie5679b0a833f802744bfd8f5285901b73f022d52 RTC: 49965 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4275 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/errl')
-rw-r--r--src/include/usr/errl/errlentry.H11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/include/usr/errl/errlentry.H b/src/include/usr/errl/errlentry.H
index cb7fac99a..4e9d842a4 100644
--- a/src/include/usr/errl/errlentry.H
+++ b/src/include/usr/errl/errlentry.H
@@ -55,6 +55,14 @@
#include <errl/errlud.H>
#include <hbotcompid.H>
#include <targeting/common/target.H>
+
+
+namespace ERRORLOG
+{
+class ErrlEntry;
+}
+typedef ERRORLOG::ErrlEntry* errlHndl_t;
+
#include <hwas/common/hwasCallout.H>
namespace ERRORLOG
@@ -660,7 +668,4 @@ inline void ErrlEntry::setSrcType(const srcType_t i_srcType)
} // End namespace
-typedef ERRORLOG::ErrlEntry* errlHndl_t;
-
-
#endif //ERRLENTRY_H
OpenPOWER on IntegriCloud