diff options
author | Josh Blum <josh@joshknows.com> | 2011-02-21 15:56:48 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-02-21 15:56:48 -0800 |
commit | 3261b89eeb96a6b87bc35c86be3faf78aee569b0 (patch) | |
tree | dbabe821c0dd67e04e78de1dff1a0cee7a059e11 /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 436387677320e371bb9a2efa6b0c2ec97027bc05 (diff) | |
download | uhd-3261b89eeb96a6b87bc35c86be3faf78aee569b0.tar.gz uhd-3261b89eeb96a6b87bc35c86be3faf78aee569b0.tar.bz2 uhd-3261b89eeb96a6b87bc35c86be3faf78aee569b0.zip |
usrp2: 2nd dsp working, tweaks regs map and other bugs
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index dbddd2ec0..0676cecf2 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -217,6 +217,7 @@ private: uhd::otw_type_t _rx_otw_type, _tx_otw_type; UHD_PIMPL_DECL(io_impl) _io_impl; void io_init(void); + void handle_overflow(size_t); }; #endif /* INCLUDED_USRP2_IMPL_HPP */ |