cx18-version.h 269 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * cx18 driver version information
  4. *
  5. * Copyright (C) 2007 Hans Verkuil <[email protected]>
  6. */
  7. #ifndef CX18_VERSION_H
  8. #define CX18_VERSION_H
  9. #define CX18_DRIVER_NAME "cx18"
  10. #define CX18_VERSION "1.5.1"
  11. #endif