diff options
Diffstat (limited to 'include/media/v4l2-dev.h')
-rw-r--r-- | include/media/v4l2-dev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h index 859f7a6f6f67..53b651ac685a 100644 --- a/include/media/v4l2-dev.h +++ b/include/media/v4l2-dev.h | |||
@@ -306,6 +306,8 @@ struct video_device | |||
306 | /* Log status ioctl */ | 306 | /* Log status ioctl */ |
307 | int (*vidioc_log_status) (struct file *file, void *fh); | 307 | int (*vidioc_log_status) (struct file *file, void *fh); |
308 | 308 | ||
309 | int (*vidioc_s_hw_freq_seek) (struct file *file, void *fh, | ||
310 | struct v4l2_hw_freq_seek *a); | ||
309 | 311 | ||
310 | /* Debugging ioctls */ | 312 | /* Debugging ioctls */ |
311 | #ifdef CONFIG_VIDEO_ADV_DEBUG | 313 | #ifdef CONFIG_VIDEO_ADV_DEBUG |