mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-15 21:01:26 +00:00
10 lines
167 B
C++
10 lines
167 B
C++
|
|
//
|
||
|
|
// Copyright 2020 Ettus Research, a National Instruments Brand
|
||
|
|
//
|
||
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
|
//
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
void export_device(py::module& m);
|