aboutsummaryrefslogtreecommitdiff
path: root/include/fsp-elog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fsp-elog.h')
-rw-r--r--include/fsp-elog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/fsp-elog.h b/include/fsp-elog.h
index 8fa8ee6..729f063 100644
--- a/include/fsp-elog.h
+++ b/include/fsp-elog.h
@@ -167,7 +167,9 @@ enum opal_reasoncode {
OPAL_RC_DUMP_LIST = OPAL_DU | 0x11,
OPAL_RC_DUMP_ACK = OPAL_DU | 0x12,
OPAL_RC_DUMP_MDST_INIT = OPAL_DU | 0x13,
- OPAL_RC_DUMP_MDST_UPDATE = OPAL_DU | 0x14,
+ OPAL_RC_DUMP_MDST_UPDATE= OPAL_DU | 0x14,
+ OPAL_RC_DUMP_MDST_ADD = OPAL_DU | 0x15,
+ OPAL_RC_DUMP_MDST_REMOVE= OPAL_DU | 0x16,
/* LED */
OPAL_RC_LED_SPCN = OPAL_LE | 0x10,
OPAL_RC_LED_BUFF = OPAL_LE | 0x11,