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 6a907ed8d..ee0896348 100644
--- a/src/include/usr/mbox/ipc_msg_types.H
+++ b/src/include/usr/mbox/ipc_msg_types.H
@@ -41,6 +41,7 @@ namespace IPC
IPC_SET_SBE_CHIPINFO,
IPC_CLOSE_TCES,
IPC_POPULATE_TPM_INFO_BY_NODE,
+ IPC_FREQ_ATTR_DATA, // frequency attribute data from master to other drawers
};
}; // namespace IPC
diff --git a/src/include/usr/mbox/mbox_queues.H b/src/include/usr/mbox/mbox_queues.H
index 882aad2b4..3b3b6ba10 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_POP_TPM_INFO_MSGQ = 14, // response to populate TPM info by node
+ HB_FREQ_ATTR_DATA_MSGQ = 15, // freq attributes data from master to all other drawers
// Add HB mbox msg queue ids (services) before this line
HB_LAST_VALID_MSGQ, // end of valid HB mbox msgQ ids
OpenPOWER on IntegriCloud