aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/noc_block_base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/rfnoc/noc_block_base.cpp')
-rw-r--r--host/lib/rfnoc/noc_block_base.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/host/lib/rfnoc/noc_block_base.cpp b/host/lib/rfnoc/noc_block_base.cpp
new file mode 100644
index 000000000..3cacc455b
--- /dev/null
+++ b/host/lib/rfnoc/noc_block_base.cpp
@@ -0,0 +1,11 @@
+//
+// Copyright 2019 Ettus Research, a National Instruments Brand
+//
+// SPDX-License-Identifier: GPL-3.0-or-later
+//
+
+#include <uhd/rfnoc/noc_block_base.hpp>
+#include <uhd/exception.hpp>
+
+using namespace uhd::rfnoc;
+