Helper Reference Manual  1.7.1
version.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2019 Nokia
3  */
4 
5 
12 #ifndef ODPH_VERSION_H_
13 #define ODPH_VERSION_H_
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
32 #define ODPH_VERSION_GENERATION 1
33 
41 #define ODPH_VERSION_MAJOR 7
42 
50 #define ODPH_VERSION_MINOR 1
51 
64 const char *odph_version_str(void);
65 
70 #ifdef __cplusplus
71 }
72 #endif
73 
74 #endif
const char * odph_version_str(void)
ODP helper version string.