summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hbotcompid.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/hbotcompid.H')
-rw-r--r--src/include/usr/hbotcompid.H8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H
index 382cbd685..0484715f1 100644
--- a/src/include/usr/hbotcompid.H
+++ b/src/include/usr/hbotcompid.H
@@ -283,6 +283,14 @@ const compId_t SECURE_COMP_ID = 0x1E00;
const char SECURE_COMP_NAME[] = "secure";
//@}
+/** @name IPC
+ * IPC - Inter Processor Communication component
+ */
+//@{
+const compId_t IPC_COMP_ID = 0x1F00;
+const char IPC_COMP_NAME[] = "ipc";
+//@}
+
/** @name HSVC
* Host Services component
OpenPOWER on IntegriCloud