diff options
Diffstat (limited to 'src/include/usr/hbotcompid.H')
-rw-r--r-- | src/include/usr/hbotcompid.H | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H index bc742e230..48d6c71c5 100644 --- a/src/include/usr/hbotcompid.H +++ b/src/include/usr/hbotcompid.H @@ -164,6 +164,14 @@ const compId_t FSISCOM_COMP_ID = 0x0D00; const char FSISCOM_COMP_NAME[] = "fsiscom"; //@} +/** @name EEPROM + * EEPROM device driver component + */ +//@{ +const compId_t EEPROM_COMP_ID = 0x0E00; +const char EEPROM_COMP_NAME[] = "eeprom"; +//@} + // ---------------------------------------------------------- // CXXTEST Unit Test, reserve compid near the end... /** @name CXXTEST |