aboutsummaryrefslogtreecommitdiffstats
path: root/usrp_uhd/lib/usrp_uhd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'usrp_uhd/lib/usrp_uhd.cpp')
-rw-r--r--usrp_uhd/lib/usrp_uhd.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/usrp_uhd/lib/usrp_uhd.cpp b/usrp_uhd/lib/usrp_uhd.cpp
new file mode 100644
index 000000000..6dd9bee7b
--- /dev/null
+++ b/usrp_uhd/lib/usrp_uhd.cpp
@@ -0,0 +1,10 @@
+//
+// Copyright 2010 Ettus Research LLC
+//
+
+#include <usrp_uhd.hpp>
+
+using namespace usrp;
+
+uhd::uhd(usrp_addr_t usrp_addr){}
+uhd::~uhd(void){}