From 8bd255c5f6ed586603727ffaa56d1eeb325458af Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 14 Feb 2012 12:03:52 -0800 Subject: b100: added transport flushes and moved around reset code --- host/lib/usrp/common/fx2_ctrl.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/lib/usrp/common') 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 -- cgit v1.2.3