aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/usrp1_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-09-13 10:43:15 -0700
committerJosh Blum <josh@joshknows.com>2012-09-20 16:00:13 -0400
commiteb7a99e99dacbe403426849ac4d458aeda21adb6 (patch)
treeb9966826abf8a3a6d549ec0fe708477460e62a00 /host/lib/usrp/usrp1/usrp1_impl.hpp
parentc2e197c09ea5d0c2f4056ad07e92c7a61492f53d (diff)
downloaduhd-eb7a99e99dacbe403426849ac4d458aeda21adb6.tar.gz
uhd-eb7a99e99dacbe403426849ac4d458aeda21adb6.tar.bz2
uhd-eb7a99e99dacbe403426849ac4d458aeda21adb6.zip
usrp1: added hook to poke user regs
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_impl.hpp')
-rw-r--r--host/lib/usrp/usrp1/usrp1_impl.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.hpp b/host/lib/usrp/usrp1/usrp1_impl.hpp
index bdef50ec1..9461f0081 100644
--- a/host/lib/usrp/usrp1/usrp1_impl.hpp
+++ b/host/lib/usrp/usrp1/usrp1_impl.hpp
@@ -135,6 +135,8 @@ private:
void vandal_conquest_loop(void);
+ void set_reg(const std::pair<boost::uint8_t, boost::uint32_t> &reg);
+
//handle the enables
bool _rx_enabled, _tx_enabled;
void enable_rx(bool enb){