Thomas Gleixner | c942fdd | 2019-05-27 08:55:06 +0200 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 2 | /* |
| 3 | * cx18 driver version information |
| 4 | * |
| 5 | * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl> |
Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef CX18_VERSION_H |
| 9 | #define CX18_VERSION_H |
| 10 | |
| 11 | #define CX18_DRIVER_NAME "cx18" |
Mauro Carvalho Chehab | 3c2d464 | 2011-06-25 11:23:01 -0300 | [diff] [blame] | 12 | #define CX18_VERSION "1.5.1" |
Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 13 | |
| 14 | #endif |