diff options
Diffstat (limited to 'drivers/media/pci/cx18/cx18-video.h')
-rw-r--r-- | drivers/media/pci/cx18/cx18-video.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/pci/cx18/cx18-video.h b/drivers/media/pci/cx18/cx18-video.h new file mode 100644 index 0000000000..f613975ca5 --- /dev/null +++ b/drivers/media/pci/cx18/cx18-video.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * cx18 video interface functions + * + * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl> + */ + +void cx18_video_set_io(struct cx18 *cx); |