Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
7d933ad53cb1cb0695f6d0e6b870a5dfb09237da
/
.
/
include
/
version_string.h
blob: a89a6e43705e4e2cd3abce3002279aaa91b205de [
file
] [
log
] [
blame
]
Pali Rohár
ba87ddf
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__ */