diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-10 16:48:02 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-10 16:48:02 -0800 |
commit | a724f4b7262c6da6d24dccdbd64e08da61cb87fc (patch) | |
tree | 6141d1215d36fc94d1deef0ec26d9ef532ea2e30 /host/include | |
parent | 123de6dad521ca3dbc44a5d9fc70ff754f1196e3 (diff) | |
download | uhd-a724f4b7262c6da6d24dccdbd64e08da61cb87fc.tar.gz uhd-a724f4b7262c6da6d24dccdbd64e08da61cb87fc.tar.bz2 uhd-a724f4b7262c6da6d24dccdbd64e08da61cb87fc.zip |
usrp-e100: implemented wrapper for i2c device node + ioctls, implemented e100 eeprom map
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/usrp/mboard_eeprom.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/include/uhd/usrp/mboard_eeprom.hpp b/host/include/uhd/usrp/mboard_eeprom.hpp index 530b177be..52363b95c 100644 --- a/host/include/uhd/usrp/mboard_eeprom.hpp +++ b/host/include/uhd/usrp/mboard_eeprom.hpp @@ -37,7 +37,8 @@ namespace uhd{ namespace usrp{ //! Possible EEPROM maps types enum map_type{ MAP_N100, - MAP_B000 + MAP_B000, + MAP_E100 }; //! Make a new empty mboard eeprom |