Path: blob/master/drivers/media/radio/wl128x/fmdrv_v4l2.h
15112 views
/*1* FM Driver for Connectivity chip of Texas Instruments.2*3* FM V4L2 module header.4*5* Copyright (C) 2011 Texas Instruments6*7* This program is free software; you can redistribute it and/or modify8* it under the terms of the GNU General Public License version 2 as9* published by the Free Software Foundation.10*11* This program is distributed in the hope that it will be useful,12* but WITHOUT ANY WARRANTY; without even the implied warranty of13* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the14* GNU General Public License for more details.15*16* You should have received a copy of the GNU General Public License17* along with this program; if not, write to the Free Software18* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA19*20*/2122#ifndef _FMDRV_V4L2_H23#define _FMDRV_V4L2_H2425#include <media/v4l2-ioctl.h>26#include <media/v4l2-common.h>27#include <media/v4l2-ctrls.h>2829int fm_v4l2_init_video_device(struct fmdev *, int);30void *fm_v4l2_deinit_video_device(void);3132#endif333435