version_string.h 258 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. #ifndef __VERSION_STRING_H__
  3. #define __VERSION_STRING_H__
  4. extern const char version_string[];
  5. extern const unsigned short version_num;
  6. extern const unsigned char version_num_patch;
  7. #endif /* __VERSION_STRING_H__ */