aboutsummaryrefslogtreecommitdiffstats
path: root/include/usrp_uhd/usrp/dboard/interface.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-01-12 17:31:25 -0800
committerJosh Blum <josh@joshknows.com>2010-01-12 17:31:25 -0800
commit24d95c3f2cea168d1d314af29839d88cc16d3c7f (patch)
tree41163be6e0f284f03dc8e08c48c030a7141826d9 /include/usrp_uhd/usrp/dboard/interface.hpp
parent8fdffd2f77016fe95f4a78e16d2d728b650b4d05 (diff)
downloaduhd-24d95c3f2cea168d1d314af29839d88cc16d3c7f.tar.gz
uhd-24d95c3f2cea168d1d314af29839d88cc16d3c7f.tar.bz2
uhd-24d95c3f2cea168d1d314af29839d88cc16d3c7f.zip
Added the basic rx and tx skeleton wrapper.
Made autotools mods so it passes distcheck.
Diffstat (limited to 'include/usrp_uhd/usrp/dboard/interface.hpp')
-rw-r--r--include/usrp_uhd/usrp/dboard/interface.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usrp_uhd/usrp/dboard/interface.hpp b/include/usrp_uhd/usrp/dboard/interface.hpp
index f9e4c96b4..e6fdd9ad1 100644
--- a/include/usrp_uhd/usrp/dboard/interface.hpp
+++ b/include/usrp_uhd/usrp/dboard/interface.hpp
@@ -2,8 +2,8 @@
// Copyright 2010 Ettus Research LLC
//
-#ifndef INCLUDED_USRP_UHD_USRP_DBOARD_INTERFACE_H
-#define INCLUDED_USRP_UHD_USRP_DBOARD_INTERFACE_H
+#ifndef INCLUDED_USRP_UHD_USRP_DBOARD_INTERFACE_HPP
+#define INCLUDED_USRP_UHD_USRP_DBOARD_INTERFACE_HPP
#include <boost/shared_ptr.hpp>
#include <stdint.h>
@@ -144,4 +144,4 @@ public:
}}} //namespace
-#endif /* INCLUDED_USRP_UHD_USRP_DBOARD_INTERFACE_H */
+#endif /* INCLUDED_USRP_UHD_USRP_DBOARD_INTERFACE_HPP */