wireless: fix mac80211.h kernel-doc warnings
[safe/jmp/linux-2.6] / include / media / v4l2-fh.h
index 4aaa150..1d72dde 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 */
 };
 
 /*