diff options
Diffstat (limited to 'isp/omap3isp.h')
-rw-r--r-- | isp/omap3isp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isp/omap3isp.h b/isp/omap3isp.h index d454965..4e0588f 100644 --- a/isp/omap3isp.h +++ b/isp/omap3isp.h @@ -47,7 +47,7 @@ struct omap3_isp_operations { void (*prepare_streamon)(struct omap3_isp_device *isp); void (*viewfinder_ready)(struct omap3_isp_device *isp, struct v4l2_video_buffer *buffer); - void (*snapshot_ready)(struct omap3_isp_device *isp, + bool (*snapshot_ready)(struct omap3_isp_device *isp, struct v4l2_video_buffer *buffer); void (*watch_fd)(int fd, enum omap3_isp_event_type type, void(*callback)(void *priv), void *priv); |