summaryrefslogtreecommitdiff
path: root/isp/omap3isp.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-02-29 22:17:31 +0100
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-04-17 00:10:43 +0200
commit580ffb2d8cec4aed9b0acb5a704408d867cf70cd (patch)
tree5718edad7cef69fe57249a4686aa2e480fce7300 /isp/omap3isp.h
parente21f38fba0a5c61cc155dcf22be5df13140a0098 (diff)
omap3isp: Support capture of multiple snapshots
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'isp/omap3isp.h')
-rw-r--r--isp/omap3isp.h2
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);