xref: /openbmc/u-boot/include/version_string.h (revision 7ce14386061c6e58a711544b4dcfce3cbcc0b368)
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__ */
9