// // Copyright 2019 Ettus Research, a National Instruments Brand // // SPDX-License-Identifier: GPL-3.0-or-later // #ifndef INCLUDED_LIBUHD_DEVICE_ID_HPP #define INCLUDED_LIBUHD_DEVICE_ID_HPP #include namespace uhd { namespace rfnoc { //! Return a new, unique device ID. // // This function will never return the same device ID twice. device_id_t allocate_device_id(); }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_DEVICE_ID_HPP */