From 5098256a258623b2d0bb6aa54b923f22e92a178f Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 28 Sep 2011 12:04:08 -0700 Subject: e100: added support for internal gpsdo --- host/lib/usrp/e100/e100_ctrl.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/lib/usrp/e100/e100_ctrl.hpp') diff --git a/host/lib/usrp/e100/e100_ctrl.hpp b/host/lib/usrp/e100/e100_ctrl.hpp index 8520ea595..fd66791d4 100644 --- a/host/lib/usrp/e100/e100_ctrl.hpp +++ b/host/lib/usrp/e100/e100_ctrl.hpp @@ -36,6 +36,9 @@ public: //! Make an i2c iface for the i2c device node static uhd::spi_iface::sptr make_aux_spi_iface(void); + //! Make a uart iface for the uart device node + static uhd::uart_iface::sptr make_gps_uart_iface(const std::string &node); + virtual void ioctl(int request, void *mem) = 0; virtual int get_file_descriptor(void) = 0; -- cgit v1.2.3