libmetal
lib
version.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2015, Xilinx Inc. and Contributors. All rights reserved.
3
*
4
* SPDX-License-Identifier: BSD-3-Clause
5
*/
6
7
/*
8
* @file version.h
9
* @brief Library version information for libmetal.
10
*/
11
12
#ifndef __METAL_VERSION__H__
13
#define __METAL_VERSION__H__
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
32
extern
int
metal_ver_major
(
void
);
33
44
extern
int
metal_ver_minor
(
void
);
45
56
extern
int
metal_ver_patch
(
void
);
57
68
extern
const
char
*
metal_ver
(
void
);
69
72
#ifdef __cplusplus
73
}
74
#endif
75
76
#endif
/* __METAL_VERSION__H__ */
metal_ver
const char * metal_ver(void)
Library version string.
Definition:
version.c:24
metal_ver_patch
int metal_ver_patch(void)
Library patch level.
Definition:
version.c:19
metal_ver_major
int metal_ver_major(void)
Library major version number.
Definition:
version.c:9
metal_ver_minor
int metal_ver_minor(void)
Library minor version number.
Definition:
version.c:14
Generated on Mon Jul 9 2018 00:00:00 for libmetal by
1.8.16