diff options
author | Josh Blum <josh@joshknows.com> | 2011-05-17 15:12:02 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-05-17 15:12:02 -0700 |
commit | 9065043544dd129e16d7bb30ae8cb8d5562c3326 (patch) | |
tree | 53f6abdc8a4c1b306e4e0d5e7970e68113ca3374 /host/lib/usrp/usrp2/usrp2_iface.hpp | |
parent | 22097e81dc54c895ed411c74c1829721e3a1ce5e (diff) | |
download | uhd-9065043544dd129e16d7bb30ae8cb8d5562c3326.tar.gz uhd-9065043544dd129e16d7bb30ae8cb8d5562c3326.tar.bz2 uhd-9065043544dd129e16d7bb30ae8cb8d5562c3326.zip |
usrp2: moved register map into #defines, entries for new dsp frontend
also fixes irq rb
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_iface.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_iface.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_iface.hpp b/host/lib/usrp/usrp2/usrp2_iface.hpp index e4d1a166b..f2b8a1e29 100644 --- a/host/lib/usrp/usrp2/usrp2_iface.hpp +++ b/host/lib/usrp/usrp2/usrp2_iface.hpp @@ -72,11 +72,6 @@ public: //! Is this device locked? virtual bool is_device_locked(void) = 0; - /*! - * Register map selected from USRP2/USRP2+. - */ - usrp2_regs_t regs; - //motherboard eeprom map structure uhd::usrp::mboard_eeprom_t mb_eeprom; }; |