Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *  FM Driver for Connectivity chip of Texas Instruments.
0004  *
0005  *  FM V4L2 module header.
0006  *
0007  *  Copyright (C) 2011 Texas Instruments
0008  */
0009 
0010 #ifndef _FMDRV_V4L2_H
0011 #define _FMDRV_V4L2_H
0012 
0013 #include <media/v4l2-ioctl.h>
0014 #include <media/v4l2-common.h>
0015 #include <media/v4l2-ctrls.h>
0016 
0017 int fm_v4l2_init_video_device(struct fmdev *, int);
0018 void *fm_v4l2_deinit_video_device(void);
0019 
0020 #endif