Files
bl-mt798x/uboot-mtk-20250711/include/version_string.h
2025-08-21 14:41:44 +08:00

11 lines
258 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
#ifndef __VERSION_STRING_H__
#define __VERSION_STRING_H__
extern const char version_string[];
extern const unsigned short version_num;
extern const unsigned char version_num_patch;
#endif /* __VERSION_STRING_H__ */