diff options
author | Josh Blum <josh@joshknows.com> | 2012-03-06 16:32:58 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-03-23 14:36:56 -0700 |
commit | 12223186e7ba8a433ef13945a0e4f4077a3a5542 (patch) | |
tree | 2ddcdc4be2f21e9eb1faec62a366b187520845a5 /host/lib/usrp/usrp2/usrp2_fifo_ctrl.hpp | |
parent | 08e2432cdeeabd7010252b4a747a385e1b189614 (diff) | |
download | uhd-12223186e7ba8a433ef13945a0e4f4077a3a5542.tar.gz uhd-12223186e7ba8a433ef13945a0e4f4077a3a5542.tar.bz2 uhd-12223186e7ba8a433ef13945a0e4f4077a3a5542.zip |
fifo ctrl: spi core work and host implementation
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_fifo_ctrl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_fifo_ctrl.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_fifo_ctrl.hpp b/host/lib/usrp/usrp2/usrp2_fifo_ctrl.hpp index 0f52f523e..b48d05aa2 100644 --- a/host/lib/usrp/usrp2/usrp2_fifo_ctrl.hpp +++ b/host/lib/usrp/usrp2/usrp2_fifo_ctrl.hpp @@ -19,6 +19,7 @@ #define INCLUDED_USRP2_FIFO_CTRL_HPP #include <uhd/types/time_spec.hpp> +#include <uhd/types/serial.hpp> #include <uhd/transport/zero_copy.hpp> #include <boost/shared_ptr.hpp> #include <boost/utility.hpp> @@ -29,7 +30,7 @@ * The usrp2 FIFO control class: * Provide high-speed peek/poke interface. */ -class usrp2_fifo_ctrl : public wb_iface{ +class usrp2_fifo_ctrl : public wb_iface, public uhd::spi_iface{ public: typedef boost::shared_ptr<usrp2_fifo_ctrl> sptr; |