summaryrefslogtreecommitdiffstats
path: root/src/include/usr/diag
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2015-05-20 15:03:29 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-09-18 20:24:45 -0500
commitf945eb6a6bec1076f1b3db00939e6b083d61dcab (patch)
tree0aa8105056818d19aa2a975eb8e290163db2db54 /src/include/usr/diag
parentb672d269a8b235d0e4b4555d39192194af1bd55a (diff)
downloadtalos-hostboot-f945eb6a6bec1076f1b3db00939e6b083d61dcab.tar.gz
talos-hostboot-f945eb6a6bec1076f1b3db00939e6b083d61dcab.zip
start occ checkstop handling during IPL
Change-Id: I38e29f0044b982073fc7c24b71b5104515e74024 RTC: 115587 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18883 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/diag')
-rw-r--r--src/include/usr/diag/prdf/prdfWriteHomerFirData.H8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/usr/diag/prdf/prdfWriteHomerFirData.H b/src/include/usr/diag/prdf/prdfWriteHomerFirData.H
index f4e3590f0..7fa3a6d5d 100644
--- a/src/include/usr/diag/prdf/prdfWriteHomerFirData.H
+++ b/src/include/usr/diag/prdf/prdfWriteHomerFirData.H
@@ -1,7 +1,7 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: src/usr/diag/prdf/occ_firdata/prdfWriteHomerFirData.H $ */
+/* $Source: src/include/usr/diag/prdf/prdfWriteHomerFirData.H $ */
/* */
/* OpenPOWER HostBoot Project */
/* */
@@ -23,6 +23,9 @@
/* */
/* IBM_PROLOG_END_TAG */
+#ifndef __prdfWriteHomerFirData_H
+#define __prdfWriteHomerFirData_H
+
#include <errl/errlentry.H>
namespace PRDF
@@ -41,9 +44,12 @@ enum HwInitialized_t
* the OCC to capture in the event of a system checkstop.
* @param i_hBuf SRAM pointer to the beginning of the HOMER data buffer.
* @param i_hBufSize Total size of the HOMER data buffer.
+ * @param i_curHW enum indicating which HW is currently known
* @return An error log on failure. NULL on success.
*/
errlHndl_t writeHomerFirData( uint8_t * i_hBuf, size_t i_hBufSize,
const HwInitialized_t i_curHw = ALL_HARDWARE );
}; // end namespace PRDF
+#endif // __prdfWriteHomerFirData_H
+
OpenPOWER on IntegriCloud