Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
423cf0acdacd2260e362f1caec8a3aa6d2f59788
/
.
/
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__ */