diff options
Diffstat (limited to 'isp/omap3isp.h')
| -rw-r--r-- | isp/omap3isp.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/isp/omap3isp.h b/isp/omap3isp.h index 4e0588f..1e9489f 100644 --- a/isp/omap3isp.h +++ b/isp/omap3isp.h @@ -28,6 +28,7 @@  #include <stdbool.h>  #include "media.h" +#include "stats.h"  #include "v4l2.h"  struct omap3_isp_device; @@ -49,6 +50,8 @@ struct omap3_isp_operations {  				 struct v4l2_video_buffer *buffer);  	bool (*snapshot_ready)(struct omap3_isp_device *isp,  			       struct v4l2_video_buffer *buffer); +	void (*aewb_ready)(struct omap3_isp_device *isp, +			   const struct omap3_isp_aewb_stats *stats);  	void (*watch_fd)(int fd, enum omap3_isp_event_type type,  			 void(*callback)(void *priv), void *priv);  	void (*unwatch_fd)(int fd); | 
