diff options
Diffstat (limited to 'src/include/usr/hbotcompid.H')
| -rw-r--r-- | src/include/usr/hbotcompid.H | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H index 83a21cd6e..e3ade8fbb 100644 --- a/src/include/usr/hbotcompid.H +++ b/src/include/usr/hbotcompid.H @@ -197,7 +197,14 @@ const compId_t DUMP_COMP_ID = 0x1200; const char DUMP_COMP_NAME[] = "dump"; //@} -// 0x1300 - open to reclaim + +/** @name CONSOLE + * Console component. + */ +//@{ +const compId_t CONSOLE_COMP_ID = 0x1300; +const char CONSOLE_COMP_NAME[] = "console"; +//@} /** @name MDIA * MDIA memory diagnostics component |

