V4L/DVB: V4L: Events: Add backend
[deliverable/linux.git] / include / media / v4l2-fh.h
index 4aaa1508c8b5e84dac649b364d941c42a5ffe7de..1d72dde320bf1e21501688ca14bb7833241fbdc7 100644 (file)
 #include <linux/list.h>
 
 struct video_device;
+struct v4l2_events;
 
 struct v4l2_fh {
        struct list_head        list;
        struct video_device     *vdev;
+       struct v4l2_events      *events; /* events, pending and subscribed */
 };
 
 /*
This page took 0.052499 seconds and 5 git commands to generate.