diff options
Diffstat (limited to 'isp/omap3isp-priv.h')
-rw-r--r-- | isp/omap3isp-priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isp/omap3isp-priv.h b/isp/omap3isp-priv.h index 18fbf76..2f3dbb9 100644 --- a/isp/omap3isp-priv.h +++ b/isp/omap3isp-priv.h @@ -27,6 +27,7 @@ #include <linux/v4l2-mediabus.h> #include "omap3isp.h" +#include "stats-priv.h" #include "tools.h" struct omap3_isp_device; @@ -146,6 +147,7 @@ struct omap3_isp_device { struct media_entity *entity; struct omap3isp_prev_wbal wbal; } preview; + struct omap3_isp_aewb aewb; struct v4l2_mbus_framefmt sensor_format; |