diff options
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/usrp/dboard_eeprom.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/include/uhd/usrp/dboard_eeprom.hpp b/host/include/uhd/usrp/dboard_eeprom.hpp index f0190e233..93fc5ac7d 100644 --- a/host/include/uhd/usrp/dboard_eeprom.hpp +++ b/host/include/uhd/usrp/dboard_eeprom.hpp @@ -33,6 +33,9 @@ struct UHD_API dboard_eeprom_t{ //! The unique serial number std::string serial; + //! A hardware revision number + std::string revision; + /*! * Create an empty dboard eeprom struct. */ |