aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/rfnoc/mb_iface.hpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2019-05-24 15:55:40 -0700
committerMartin Braun <martin.braun@ettus.com>2019-11-26 11:49:16 -0800
commit20d71e178d0de009599bcedca559686928a4503a (patch)
treec2e14658eeddf9cd4bd227f76198ec585b5eb99e /host/lib/include/uhdlib/rfnoc/mb_iface.hpp
parent7c78bdd6415515e62c5ba98e0c9fcf5f83479c27 (diff)
downloaduhd-20d71e178d0de009599bcedca559686928a4503a.tar.gz
uhd-20d71e178d0de009599bcedca559686928a4503a.tar.bz2
uhd-20d71e178d0de009599bcedca559686928a4503a.zip
rfnoc: Add rfnoc_device base class
All USRP device impls that are RFNoC devices will need to derive from this (instead of device3).
Diffstat (limited to 'host/lib/include/uhdlib/rfnoc/mb_iface.hpp')
-rw-r--r--host/lib/include/uhdlib/rfnoc/mb_iface.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/mb_iface.hpp b/host/lib/include/uhdlib/rfnoc/mb_iface.hpp
index dc1bea3ae..466ec0cbf 100644
--- a/host/lib/include/uhdlib/rfnoc/mb_iface.hpp
+++ b/host/lib/include/uhdlib/rfnoc/mb_iface.hpp
@@ -7,6 +7,7 @@
#ifndef INCLUDED_LIBUHD_MB_IFACE_HPP
#define INCLUDED_LIBUHD_MB_IFACE_HPP
+#include <uhdlib/rfnoc/chdr/chdr_types.hpp>
#include <memory>
namespace uhd { namespace rfnoc {