v4l2-fh.h (0337966d121ebebf73a1c346123e8112796e684e) v4l2-fh.h (14351d44830ec00b8c66b44c8c866944da678c33)
1/*
2 * v4l2-fh.h
3 *
4 * V4L2 file handle. Store per file handle data for the V4L2
5 * framework. Using file handles is optional for the drivers.
6 *
7 * Copyright (C) 2009--2010 Nokia Corporation.
8 *

--- 8 unchanged lines hidden (view full) ---

17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * General Public License for more details.
19 */
20
21#ifndef V4L2_FH_H
22#define V4L2_FH_H
23
24#include <linux/fs.h>
1/*
2 * v4l2-fh.h
3 *
4 * V4L2 file handle. Store per file handle data for the V4L2
5 * framework. Using file handles is optional for the drivers.
6 *
7 * Copyright (C) 2009--2010 Nokia Corporation.
8 *

--- 8 unchanged lines hidden (view full) ---

17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * General Public License for more details.
19 */
20
21#ifndef V4L2_FH_H
22#define V4L2_FH_H
23
24#include <linux/fs.h>
25#include <linux/kconfig.h>
25#include <linux/list.h>
26#include <linux/videodev2.h>
27
28struct video_device;
29struct v4l2_ctrl_handler;
30
31/**
32 * struct v4l2_fh - Describes a V4L2 file handler

--- 134 unchanged lines hidden ---
26#include <linux/list.h>
27#include <linux/videodev2.h>
28
29struct video_device;
30struct v4l2_ctrl_handler;
31
32/**
33 * struct v4l2_fh - Describes a V4L2 file handler

--- 134 unchanged lines hidden ---