]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/media/v4l2-fh.h
[media] v4l2-ioctl: add ctrl_handler to v4l2_fh
[mirror_ubuntu-bionic-kernel.git] / include / media / v4l2-fh.h
index 0206aa55be24cd2b47e685f44918a9fa721ee96f..d2471116ad68a98ec65d29cc1c13bf27c4f9004a 100644 (file)
 
 struct video_device;
 struct v4l2_events;
+struct v4l2_ctrl_handler;
 
 struct v4l2_fh {
        struct list_head        list;
        struct video_device     *vdev;
        struct v4l2_events      *events; /* events, pending and subscribed */
+       struct v4l2_ctrl_handler *ctrl_handler;
        enum v4l2_priority      prio;
 };