summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hbotcompid.H
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2013-05-21 16:49:05 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-07-10 16:21:20 -0500
commitb035c67e8f54336b31b5586f6f92ca7aba0fa130 (patch)
tree41cca305426bd6fe43976334d3268347df6e9e8b /src/include/usr/hbotcompid.H
parent0aeba5cadc42db18dc4cb83ffc67e36d88698edd (diff)
downloadblackbird-hostboot-b035c67e8f54336b31b5586f6f92ca7aba0fa130.tar.gz
blackbird-hostboot-b035c67e8f54336b31b5586f6f92ca7aba0fa130.zip
Populate hb attributes across drawers
RTC: 50866 Change-Id: Ia5cd58d7ccf90a14f391ed87943fd09cddbb040e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4820 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
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