]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/version_string.h
phycore_imx8mp: Move environment from include/config to board
[thirdparty/u-boot.git] / include / version_string.h
CommitLineData
bdfb6d70
T
1/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef __VERSION_STRING_H__
4#define __VERSION_STRING_H__
5
6extern const char version_string[];
1e4d965b
SG
7extern const unsigned short version_num;
8extern const unsigned char version_num_patch;
bdfb6d70
T
9
10#endif /* __VERSION_STRING_H__ */