aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/lib/mykonos/adi/mykonos_version.h
blob: 63fcf94b27ebac71d78fe7c25e8ed8804e446b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/**
 * \file mykonos_version.h
 * \brief Contains the version number for the Mykonos API
 *
 * Mykonos API version: 1.5.1.3565
 */

/**
* \page Disclaimer Legal Disclaimer
* Copyright 2015-2017 Analog Devices Inc.
* Released under the AD9371 API license, for more information see the "LICENSE.txt" file in * this zip file.
*
*/

#ifndef MYKONOS_VERSION_H_
#define MYKONOS_VERSION_H_

#ifdef __cplusplus
extern "C" {
#endif

#define MYKONOS_CURRENT_SI_VERSION 1    		/*!< Mykonos current silicon version */
#define MYKONOS_CURRENT_MAJOR_VERSION 5			/*!< Mykonos current ARM major version */
#define MYKONOS_CURRENT_MINOR_VERSION 1			/*!< Mykonos current ARM minor version */
#define MYKONOS_CURRENT_BUILD_VERSION 3565		/*!< Mykonos current API build version */

#ifdef __cplusplus
}
#endif

#endif /* MYKONOS_VERSION_H_ */