mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
9 lines
171 B
C
9 lines
171 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
|
||
|
#ifndef __VERSION_STRING_H__
|
||
|
#define __VERSION_STRING_H__
|
||
|
|
||
|
extern const char version_string[];
|
||
|
|
||
|
#endif /* __VERSION_STRING_H__ */
|