diff options
Diffstat (limited to 'isp/omap3isp.h')
-rw-r--r-- | isp/omap3isp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isp/omap3isp.h b/isp/omap3isp.h index 23a5577..db1002e 100644 --- a/isp/omap3isp.h +++ b/isp/omap3isp.h @@ -86,6 +86,7 @@ int omap3_isp_sensor_get_exposure(struct omap3_isp_device *isp, unsigned int *exposure); int omap3_isp_sensor_set_exposure(struct omap3_isp_device *isp, unsigned int exposure); +int omap3_isp_sensor_set_gain(struct omap3_isp_device *isp, unsigned int gain); int omap3_isp_sensor_set_gains(struct omap3_isp_device *isp, unsigned int red, unsigned int green, unsigned int blue); |