From 785096ccbb8a7548fb0c053357bc6b6f1a8334fb Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 2 Mar 2011 11:11:02 -0800 Subject: usrp2: only include fw_common when needed, remove virtual send/recv, not exposed --- host/lib/usrp/usrp2/usrp2_iface.hpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'host/lib/usrp/usrp2/usrp2_iface.hpp') 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 #include #include -#include "fw_common.h" #include "usrp2_regs.hpp" @@ -51,13 +50,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 -- cgit v1.2.3