aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/neon/neon_ad9361_iface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/dboard/neon/neon_ad9361_iface.hpp')
-rw-r--r--host/lib/usrp/dboard/neon/neon_ad9361_iface.hpp25
1 files changed, 0 insertions, 25 deletions
diff --git a/host/lib/usrp/dboard/neon/neon_ad9361_iface.hpp b/host/lib/usrp/dboard/neon/neon_ad9361_iface.hpp
deleted file mode 100644
index 1b7a48142..000000000
--- a/host/lib/usrp/dboard/neon/neon_ad9361_iface.hpp
+++ /dev/null
@@ -1,25 +0,0 @@
-//
-// Copyright 2018 Ettus Research, a National Instruments Company
-//
-// SPDX-License-Identifier: GPL-3.0-or-later
-//
-
-#ifndef INCLUDED_LIBUHD_RFNOC_NEON_AD9361_IFACE_HPP
-#define INCLUDED_LIBUHD_RFNOC_NEON_AD9361_IFACE_HPP
-
-#include <uhd/types/direction.hpp>
-#include <uhd/types/filters.hpp>
-#include <uhd/types/sensors.hpp>
-#include <uhdlib/usrp/common/ad9361_ctrl.hpp>
-#include <uhdlib/utils/rpc.hpp>
-#include <memory>
-#include <string>
-#include <vector>
-
-using namespace uhd;
-using namespace uhd::usrp;
-
-ad9361_ctrl::sptr make_rpc(rpc_client::sptr rpcc);
-std::string get_which_ad9361_chain(const direction_t dir, const size_t chan);
-
-#endif /* INCLUDED_LIBUHD_RFNOC_NEON_AD9361_IFACE_HPP */