aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b100/clock_ctrl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/b100/clock_ctrl.hpp')
-rw-r--r--host/lib/usrp/b100/clock_ctrl.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/b100/clock_ctrl.hpp b/host/lib/usrp/b100/clock_ctrl.hpp
index 68c24bdce..387892bf7 100644
--- a/host/lib/usrp/b100/clock_ctrl.hpp
+++ b/host/lib/usrp/b100/clock_ctrl.hpp
@@ -125,6 +125,9 @@ public:
*/
virtual void use_auto_ref(void) = 0;
+ //! Is the reference locked?
+ virtual bool get_locked(void) = 0;
+
};
#endif /* INCLUDED_B100_CLOCK_CTRL_HPP */