libpynq
(release 5EWC0-2023 version 0.1.0 of 2023-08-14 14:01)
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
/*
2
Copyright (c) 2023 Eindhoven University of Technology
3
4
Permission is hereby granted, free of charge, to any person obtaining a copy
5
of this software and associated documentation files (the "Software"), to deal
6
in the Software without restriction, including without limitation the rights
7
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
copies of the Software, and to permit persons to whom the Software is
9
furnished to do so, subject to the following conditions:
10
11
The above copyright notice and this permission notice shall be included in all
12
copies or substantial portions of the Software.
13
14
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
SOFTWARE.
21
*/
22
#ifndef VERSION_H
23
#define VERSION_H
24
61
typedef
struct
{
62
uint8_t release[64];
63
uint32_t
major
;
64
uint32_t
minor
;
65
uint32_t
patch
;
66
}
version_t
;
67
71
extern
const
version_t
libpynq_version
;
72
78
extern
void
print_version
(
void
);
79
86
extern
void
check_version
(
void
);
87
92
#endif
check_version
void check_version(void)
Definition
version.c:71
print_version
void print_version(void)
Definition
version.c:44
libpynq_version
const version_t libpynq_version
Definition
version.c:34
version_t
Definition
version.h:61
version_t::patch
uint32_t patch
Definition
version.h:65
version_t::major
uint32_t major
Definition
version.h:63
version_t::minor
uint32_t minor
Definition
version.h:64
library
version.h
Generated on Mon Aug 14 2023 14:01:16 for libpynq by
1.9.7