summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/hwasPlatDeconfigGard.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwas/hwasPlatDeconfigGard.C')
-rw-r--r--src/usr/hwas/hwasPlatDeconfigGard.C12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/usr/hwas/hwasPlatDeconfigGard.C b/src/usr/hwas/hwasPlatDeconfigGard.C
index 5f658235b..3f1a330a0 100644
--- a/src/usr/hwas/hwasPlatDeconfigGard.C
+++ b/src/usr/hwas/hwasPlatDeconfigGard.C
@@ -47,9 +47,21 @@ namespace HWAS
using namespace HWAS::COMMON;
using namespace TARGETING;
+const uint32_t EMPTY_GARD_RECORDID = 0xFFFFFFFF;
+
void _flush(void *i_addr);
errlHndl_t _GardRecordIdSetup(void *&io_platDeconfigGard);
+errlHndl_t DeconfigGard::platLogEvent(
+ const Target * const i_pTarget,
+ const GardEvent i_eventType)
+{
+ errlHndl_t l_pErr = NULL;
+ HWAS_DBG("LogEvent %d", i_eventType);
+
+ return l_pErr;
+}
+
errlHndl_t DeconfigGard::platClearGardRecords(
const Target * const i_pTarget)
{
OpenPOWER on IntegriCloud