diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-20 11:50:38 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-20 11:50:38 -0700 |
commit | b913183c4c69678f2e9528179732e696ca713a78 (patch) | |
tree | 21e7017ba52193eceed4b5c9d4ab4d14239cbb58 /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 355101a1c91642694d9aab50d2e067ec3d6fbccd (diff) | |
download | uhd-b913183c4c69678f2e9528179732e696ca713a78.tar.gz uhd-b913183c4c69678f2e9528179732e696ca713a78.tar.bz2 uhd-b913183c4c69678f2e9528179732e696ca713a78.zip |
usrp2: add variable for wb/spi interface
This variable gets set based on the rev type
so we can support the command fifo when present.
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index 3d2fbf14f..7ddac380d 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -82,6 +82,8 @@ private: struct mb_container_type{ usrp2_iface::sptr iface; usrp2_fifo_ctrl::sptr fifo_ctrl; + uhd::spi_iface::sptr spiface; + wb_iface::sptr wbiface; usrp2_clock_ctrl::sptr clock; usrp2_codec_ctrl::sptr codec; uhd::gps_ctrl::sptr gps; |