diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-04 23:44:58 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-04 23:44:58 -0700 |
commit | 0066ef2972f35d3d1ba7a9127f197fba9e754d88 (patch) | |
tree | 8d6b16b8f8f7e4feef56e0dd21988ef3623ad882 /host/lib/usrp/usrp1/usrp1_impl.hpp | |
parent | 9dff7952f618360943470711636db64fe2376b40 (diff) | |
download | uhd-0066ef2972f35d3d1ba7a9127f197fba9e754d88.tar.gz uhd-0066ef2972f35d3d1ba7a9127f197fba9e754d88.tar.bz2 uhd-0066ef2972f35d3d1ba7a9127f197fba9e754d88.zip |
usrp: replaced device specific burner apps with one generic one for mboard eeproms
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp1/usrp1_impl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.hpp b/host/lib/usrp/usrp1/usrp1_impl.hpp index ff4d40762..3eb221a52 100644 --- a/host/lib/usrp/usrp1/usrp1_impl.hpp +++ b/host/lib/usrp/usrp1/usrp1_impl.hpp @@ -26,6 +26,7 @@ #include <uhd/types/clock_config.hpp> #include <uhd/types/stream_cmd.hpp> #include <uhd/usrp/dboard_id.hpp> +#include <uhd/usrp/mboard_eeprom.hpp> #include <uhd/usrp/subdev_spec.hpp> #include <uhd/usrp/dboard_eeprom.hpp> #include <uhd/usrp/dboard_manager.hpp> @@ -158,6 +159,7 @@ private: void mboard_get(const wax::obj &, wax::obj &); void mboard_set(const wax::obj &, const wax::obj &); wax_obj_proxy::sptr _mboard_proxy; + uhd::usrp::mboard_eeprom_t _mb_eeprom; //xx dboard functions and settings void dboard_init(void); |