diff options
Diffstat (limited to 'host/lib/device_python.hpp')
-rw-r--r-- | host/lib/device_python.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/host/lib/device_python.hpp b/host/lib/device_python.hpp new file mode 100644 index 000000000..1cc0445cd --- /dev/null +++ b/host/lib/device_python.hpp @@ -0,0 +1,9 @@ +// +// Copyright 2020 Ettus Research, a National Instruments Brand +// +// SPDX-License-Identifier: GPL-3.0-or-later +// + +#pragma once + +void export_device(py::module& m); |