Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
36384f612da992ab485c4b7cd768a89e8c3fe8cf
/
.
/
include
/
version_string.h
blob: a89a6e43705e4e2cd3abce3002279aaa91b205de [
file
] [
log
] [
blame
]
Pali Rohár
bdfb6d7
2021-08-02 15:18:31 +0200
[
diff
] [
blame
]
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
3
#ifndef
__VERSION_STRING_H__
4
#define
__VERSION_STRING_H__
5
6
extern
const
char
version_string
[];
7
8
#endif
/* __VERSION_STRING_H__ */