Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / drivers / media / radio / wl128x / fmdrv_v4l2.h
blob9babb4ab2fad44683778672026aed5698d16aa74
1 /*
2 * FM Driver for Connectivity chip of Texas Instruments.
4 * FM V4L2 module header.
6 * Copyright (C) 2011 Texas Instruments
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
19 #ifndef _FMDRV_V4L2_H
20 #define _FMDRV_V4L2_H
22 #include <media/v4l2-ioctl.h>
23 #include <media/v4l2-common.h>
24 #include <media/v4l2-ctrls.h>
26 int fm_v4l2_init_video_device(struct fmdev *, int);
27 void *fm_v4l2_deinit_video_device(void);
29 #endif