diff options
author | Josh Blum <josh@joshknows.com> | 2012-02-14 12:03:52 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-02-14 12:03:52 -0800 |
commit | 8bd255c5f6ed586603727ffaa56d1eeb325458af (patch) | |
tree | 341223ed711ee8d226179d6abc1c4ecaaf30b013 /host/lib/usrp/common | |
parent | 2f21932ae1e8f7cc584eff791dcd67a8ea2ca144 (diff) | |
download | uhd-8bd255c5f6ed586603727ffaa56d1eeb325458af.tar.gz uhd-8bd255c5f6ed586603727ffaa56d1eeb325458af.tar.bz2 uhd-8bd255c5f6ed586603727ffaa56d1eeb325458af.zip |
b100: added transport flushes and moved around reset code
Diffstat (limited to 'host/lib/usrp/common')
-rw-r--r-- | host/lib/usrp/common/fx2_ctrl.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/common/fx2_ctrl.hpp b/host/lib/usrp/common/fx2_ctrl.hpp index 691d64275..5e28e8081 100644 --- a/host/lib/usrp/common/fx2_ctrl.hpp +++ b/host/lib/usrp/common/fx2_ctrl.hpp @@ -116,6 +116,9 @@ public: //! enable/disable the tx path virtual void usrp_tx_enable(bool on) = 0; + + //! reset the fpga + virtual void usrp_fpga_reset(bool on) = 0; }; }} //namespace uhd::usrp |