WIP FPC-III support
[linux/fpc-iii.git] / drivers / media / radio / wl128x / fmdrv_v4l2.h
blob963214e9d6f2b4d9149f47b6b1b62d2b1d04ac2b
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * FM Driver for Connectivity chip of Texas Instruments.
5 * FM V4L2 module header.
7 * Copyright (C) 2011 Texas Instruments
8 */
10 #ifndef _FMDRV_V4L2_H
11 #define _FMDRV_V4L2_H
13 #include <media/v4l2-ioctl.h>
14 #include <media/v4l2-common.h>
15 #include <media/v4l2-ctrls.h>
17 int fm_v4l2_init_video_device(struct fmdev *, int);
18 void *fm_v4l2_deinit_video_device(void);
20 #endif