diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-10 17:18:14 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-10-10 17:18:14 -0700 |
commit | da8a6ff1ee9ac9eb14cb290a8fed9a95f5232a21 (patch) | |
tree | 1d5f0a6eacc8f6ae9c0f7a7a4188bd7bb3d5c90d /host/include | |
parent | ee917d28ff0d0cb42941651fc2d074ad8866dd7a (diff) | |
download | uhd-da8a6ff1ee9ac9eb14cb290a8fed9a95f5232a21.tar.gz uhd-da8a6ff1ee9ac9eb14cb290a8fed9a95f5232a21.tar.bz2 uhd-da8a6ff1ee9ac9eb14cb290a8fed9a95f5232a21.zip |
usrp: added revision field to the dboard id class
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. */ |