USRP Hardware Driver and USRP Manual  Version: 4.7.0.HEAD-26-ga5ed1872
UHD and USRP Manual
docs/sphinx/build_doxygen/include/config.h
Go to the documentation of this file.
1 /*
2  * Copyright 2015,2016 Ettus Research LLC
3  * Copyright 2018 Ettus Research, a National Instruments Company
4  *
5  * SPDX-License-Identifier: GPL-3.0-or-later
6  */
7 
8 /* #undef HAVE_LOG2 */
9 
10 /* Version macros */
11 #define UHD_VERSION_MAJOR 4
12 #define UHD_VERSION_API 7
13 #define UHD_VERSION_ABI 0
14 #define UHD_VERSION_PATCH HEAD
15 /* #undef ENABLE_USB */
16 #ifndef UHD_VERSION
17 #define UHD_VERSION 4070099
18 #endif
19 
20 /* Config file path macros */
21 #define UHD_SYS_CONF_FILE "/etc/uhd/uhd.conf"
22 #define UHD_USER_CONF_FILE "uhd.conf"