aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b100/b100_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-30 10:14:14 -0700
committerJosh Blum <josh@joshknows.com>2011-06-30 10:14:14 -0700
commitf4dc4bf74e65d185ef76e48d3cb172bf0a66f24a (patch)
tree855c4907c02dd145f76ebd3c902fa3538483f90b /host/lib/usrp/b100/b100_impl.hpp
parentbc9c9f551a2b8c3bdab4e61c0d63f8377694da2c (diff)
downloaduhd-f4dc4bf74e65d185ef76e48d3cb172bf0a66f24a.tar.gz
uhd-f4dc4bf74e65d185ef76e48d3cb172bf0a66f24a.tar.bz2
uhd-f4dc4bf74e65d185ef76e48d3cb172bf0a66f24a.zip
b100: some tweaks (unresolved streaming issues ATM)
Diffstat (limited to 'host/lib/usrp/b100/b100_impl.hpp')
-rw-r--r--host/lib/usrp/b100/b100_impl.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/host/lib/usrp/b100/b100_impl.hpp b/host/lib/usrp/b100/b100_impl.hpp
index 4ae8d2fc1..4f5017c97 100644
--- a/host/lib/usrp/b100/b100_impl.hpp
+++ b/host/lib/usrp/b100/b100_impl.hpp
@@ -124,7 +124,9 @@ private:
void update_rx_subdev_spec(const uhd::usrp::subdev_spec_t &);
void update_tx_subdev_spec(const uhd::usrp::subdev_spec_t &);
void update_ref_source(const std::string &);
- void prepare_gpif(void);
+ void reset_gpif(const boost::uint16_t);
+ void enable_gpif(const bool);
+ void clear_fpga_fifo(void);
void handle_async_message(uhd::transport::managed_recv_buffer::sptr);
};