summaryrefslogtreecommitdiffstats
path: root/src/sbefw/core/sbeglobals.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/core/sbeglobals.H')
-rw-r--r--src/sbefw/core/sbeglobals.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sbefw/core/sbeglobals.H b/src/sbefw/core/sbeglobals.H
index 9b970a20..6284a57f 100644
--- a/src/sbefw/core/sbeglobals.H
+++ b/src/sbefw/core/sbeglobals.H
@@ -103,6 +103,13 @@ class SBEGlobalsSingleton
// i2c mode register register
static uint64_t i2cModeRegister;
+ // Last failed rc's - for SBE internal ffdc
+ static uint16_t failedPrimStatus;
+ static uint16_t failedSecStatus;
+ static uint16_t failedSeqId;
+ static uint8_t failedCmdClass;
+ static uint8_t failedCmd;
+
////////////////////////////////////////////////////////////////
//// @brief PkThread structure for SBE Command Receiver thread
//////////////////////////////////////////////////////////////////
OpenPOWER on IntegriCloud