uhd/host/lib/property_tree_python.hpp

12 lines
212 B
C++
Raw Normal View History

//
// Copyright 2020 Ettus Research, a National Instruments Brand
//
// SPDX-License-Identifier: GPL-3.0-or-later
//
#pragma once
#include <pybind11/pybind11.h>
void export_property_tree(pybind11::module& m);