]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/media/v4l2-event.h
Merge tag 'md/3.16' of git://neil.brown.name/md
[linux-beck.git] / include / media / v4l2-event.h
index be05d019de25e17f8aa3f5ec4698810f17ec4795..1ab9045e52e3815f88702cc91469a3646e2b46b6 100644 (file)
@@ -132,4 +132,8 @@ int v4l2_event_unsubscribe(struct v4l2_fh *fh,
 void v4l2_event_unsubscribe_all(struct v4l2_fh *fh);
 int v4l2_event_subdev_unsubscribe(struct v4l2_subdev *sd, struct v4l2_fh *fh,
                                  struct v4l2_event_subscription *sub);
+int v4l2_src_change_event_subscribe(struct v4l2_fh *fh,
+                               const struct v4l2_event_subscription *sub);
+int v4l2_src_change_event_subdev_subscribe(struct v4l2_subdev *sd,
+               struct v4l2_fh *fh, struct v4l2_event_subscription *sub);
 #endif /* V4L2_EVENT_H */