diff options
Diffstat (limited to 'src/include/usr/hbotcompid.H')
-rw-r--r-- | src/include/usr/hbotcompid.H | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H index e3a3ec5d7..d8d819f50 100644 --- a/src/include/usr/hbotcompid.H +++ b/src/include/usr/hbotcompid.H @@ -484,6 +484,38 @@ const compId_t UCD_COMP_ID = 0x4100; const char UCD_COMP_NAME[] = "ucd"; //@} + +// +/** @name EXPUPD + * Explorer update component + */ +//@{ +const compId_t EXPUPD_COMP_ID = 0x4200; +const char EXPUPD_COMP_NAME[] = "expupd"; + +//@} + +// +/** @name BPM + * BPM flash update component + */ +//@{ +const compId_t BPM_COMP_ID = 0x4300; +const char BPM_COMP_NAME[] = "bpm"; + +//@} + +// +/** @name FAPIWRAP + * Wrapper around fapi2 HWP for hb platform to use + */ +//@{ +const compId_t FAPIWRAP_COMP_ID = 0x4400; +const char FAPIWRAP_COMP_NAME[] = "fapiwrap"; + +//@} + +// // /** @name HDAT * HDAT component |