diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/media/v4l2-ioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/v4l2-ioctl.h b/include/media/v4l2-ioctl.h index b01c044868d0..a8b4c0b678ec 100644 --- a/include/media/v4l2-ioctl.h +++ b/include/media/v4l2-ioctl.h | |||
@@ -267,6 +267,7 @@ struct v4l2_ioctl_ops { | |||
267 | 267 | ||
268 | /* Video standard functions */ | 268 | /* Video standard functions */ |
269 | extern const char *v4l2_norm_to_name(v4l2_std_id id); | 269 | extern const char *v4l2_norm_to_name(v4l2_std_id id); |
270 | extern void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod); | ||
270 | extern int v4l2_video_std_construct(struct v4l2_standard *vs, | 271 | extern int v4l2_video_std_construct(struct v4l2_standard *vs, |
271 | int id, const char *name); | 272 | int id, const char *name); |
272 | /* Prints the ioctl in a human-readable format */ | 273 | /* Prints the ioctl in a human-readable format */ |