aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/media/v4l2-ctrls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h
index 33907a969752..8920f8210eab 100644
--- a/include/media/v4l2-ctrls.h
+++ b/include/media/v4l2-ctrls.h
@@ -496,6 +496,7 @@ void v4l2_ctrl_add_event(struct v4l2_ctrl *ctrl,
496void v4l2_ctrl_del_event(struct v4l2_ctrl *ctrl, 496void v4l2_ctrl_del_event(struct v4l2_ctrl *ctrl,
497 struct v4l2_subscribed_event *sev); 497 struct v4l2_subscribed_event *sev);
498 498
499struct file;
499/* Can be used as a vidioc_log_status function that just dumps all controls 500/* Can be used as a vidioc_log_status function that just dumps all controls
500 associated with the filehandle. */ 501 associated with the filehandle. */
501int v4l2_ctrl_log_status(struct file *file, void *fh); 502int v4l2_ctrl_log_status(struct file *file, void *fh);