diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-12-29 17:36:50 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-22 20:37:56 +0100 |
commit | fc5602be7ca5b55174c5d6595089718779b28dfa (patch) | |
tree | 135b5632bb714d8786abb1a96fe50d7dd5a794a3 /include/media/v4l2-fh.h | |
parent | [media] v4l2: add v4l2_prio_state to v4l2_device and video_device (diff) | |
download | linux-fc5602be7ca5b55174c5d6595089718779b28dfa.tar.xz linux-fc5602be7ca5b55174c5d6595089718779b28dfa.zip |
[media] v4l2-fh: implement v4l2_priority support
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/v4l2-fh.h')
-rw-r--r-- | include/media/v4l2-fh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/v4l2-fh.h b/include/media/v4l2-fh.h index 1d72dde320bf..5fc5ba96e1d2 100644 --- a/include/media/v4l2-fh.h +++ b/include/media/v4l2-fh.h @@ -35,6 +35,7 @@ struct v4l2_fh { struct list_head list; struct video_device *vdev; struct v4l2_events *events; /* events, pending and subscribed */ + enum v4l2_priority prio; }; /* |