summaryrefslogtreecommitdiffstats
path: root/src/include/usr/mbox
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/mbox')
-rw-r--r--src/include/usr/mbox/ipc_msg_types.H1
-rw-r--r--src/include/usr/mbox/mbox_queues.H1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/mbox/ipc_msg_types.H b/src/include/usr/mbox/ipc_msg_types.H
index 7009c01d1..59582fa9f 100644
--- a/src/include/usr/mbox/ipc_msg_types.H
+++ b/src/include/usr/mbox/ipc_msg_types.H
@@ -42,6 +42,7 @@ namespace IPC
IPC_CLOSE_TCES,
IPC_FREQ_ATTR_DATA, // frequency attribute data from master to other drawers
+ IPC_POPULATE_TPM_INFO_BY_NODE,
};
}; // namespace IPC
diff --git a/src/include/usr/mbox/mbox_queues.H b/src/include/usr/mbox/mbox_queues.H
index 5b76c51f8..d431099ef 100644
--- a/src/include/usr/mbox/mbox_queues.H
+++ b/src/include/usr/mbox/mbox_queues.H
@@ -56,6 +56,7 @@ namespace MBOX
HB_SBE_SYSCONFIG_MSGQ = 12, //For SBE System Config response
HB_CLOSE_TCES_MSGQ = 13, // close/disable TCEs
HB_FREQ_ATTR_DATA_MSGQ = 14, // freq attributes data from master to all other drawers
+ HB_POP_TPM_INFO_MSGQ = 15, // response to populate TPM info by node
// Add HB mbox msg queue ids (services) before this line
HB_LAST_VALID_MSGQ, // end of valid HB mbox msgQ ids
OpenPOWER on IntegriCloud