18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci *  cx18 driver version information
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci *  Copyright (C) 2007  Hans Verkuil <hverkuil@xs4all.nl>
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef CX18_VERSION_H
98c2ecf20Sopenharmony_ci#define CX18_VERSION_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#define CX18_DRIVER_NAME "cx18"
128c2ecf20Sopenharmony_ci#define CX18_VERSION "1.5.1"
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#endif
15