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.H11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H
index 52ba02edf..662bb7982 100644
--- a/src/include/usr/hbotcompid.H
+++ b/src/include/usr/hbotcompid.H
@@ -180,7 +180,13 @@ const compId_t MBOX_COMP_ID = 0x1100;
const char MBOX_COMP_NAME[] = "mbox";
//@}
-// 0x1200 - open to reclaim
+/** @name DUMP
+ * DUMP component
+ */
+//@{
+const compId_t DUMP_COMP_ID = 0x1200;
+const char DUMP_COMP_NAME[] = "dump";
+//@}
// 0x1300 - open to reclaim
@@ -253,7 +259,7 @@ const char KERNEL_COMP_NAME[] = "kernel";
//@{
const compId_t IBSCOM_COMP_ID = 0x1C00;
const char IBSCOM_COMP_NAME[] = "ibscom";
-//@}
+
/** @name VPD
* Common VPD device driver component
@@ -263,6 +269,7 @@ const compId_t VPD_COMP_ID = 0x1D00;
const char VPD_COMP_NAME[] = "vpd";
//@}
+
/** @name HSVC
* Host Services component
* For the code running under PHYP
OpenPOWER on IntegriCloud