9 lines
194 B
C
9 lines
194 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* cx18 video interface functions
|
|
*
|
|
* Copyright (C) 2007 Hans Verkuil <hverkuil@kernel.org>
|
|
*/
|
|
|
|
void cx18_video_set_io(struct cx18 *cx);
|