version_string.h 171 B

12345678
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. #ifndef __VERSION_STRING_H__
  3. #define __VERSION_STRING_H__
  4. extern const char version_string[];
  5. #endif /* __VERSION_STRING_H__ */