diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-03 11:18:50 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-03 11:18:50 -0800 |
commit | f938ed7938021c10bb0a0ce47e6d40d10f89abc2 (patch) | |
tree | 0c6793bd4bd8ba0a03ee8d83a0b67e3fe231356c /host/lib/usrp/usrp2/usrp2_iface.hpp | |
parent | b99c655d2ae52ee14e6430b175fe4849ccc0f0e7 (diff) | |
parent | 7aed95a658deb52404ba49774cfcecf96df654a8 (diff) | |
download | uhd-f938ed7938021c10bb0a0ce47e6d40d10f89abc2.tar.gz uhd-f938ed7938021c10bb0a0ce47e6d40d10f89abc2.tar.bz2 uhd-f938ed7938021c10bb0a0ce47e6d40d10f89abc2.zip |
Merge branch 'master' into next
Conflicts:
host/lib/usrp/usrp2/mboard_impl.cpp
host/lib/usrp/usrp2/usrp2_impl.cpp
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_iface.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_iface.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_iface.hpp b/host/lib/usrp/usrp2/usrp2_iface.hpp index 49cb0e6dc..ea42d019f 100644 --- a/host/lib/usrp/usrp2/usrp2_iface.hpp +++ b/host/lib/usrp/usrp2/usrp2_iface.hpp @@ -27,7 +27,6 @@ #include <boost/function.hpp> #include <utility> #include <string> -#include "fw_common.h" #include "usrp2_regs.hpp" @@ -52,13 +51,6 @@ public: static sptr make(uhd::transport::udp_simple::sptr ctrl_transport); /*! - * Perform a control transaction. - * \param data a control data struct - * \return the result control data - */ - virtual usrp2_ctrl_data_t ctrl_send_and_recv(const usrp2_ctrl_data_t &data) = 0; - - /*! * Write a register (32 bits) * \param addr the address * \param data the 32bit data |