Merge tag 'fsl-qoriq-2023-7-13' of https://source.denx.de/u-boot/custodians/u-boot...
[platform/kernel/u-boot.git] / include / version_string.h
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 extern const unsigned short version_num;
8 extern const unsigned char version_num_patch;
9
10 #endif  /* __VERSION_STRING_H__ */