From b913183c4c69678f2e9528179732e696ca713a78 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 20 Apr 2012 11:50:38 -0700 Subject: 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. --- host/lib/usrp/usrp2/usrp2_impl.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp') 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; -- cgit v1.2.3