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 6635437..9da53fd 100644 --- a/isp/omap3isp.h +++ b/isp/omap3isp.h @@ -40,6 +40,7 @@ enum omap3_isp_scaler { enum omap3_isp_event_type { OMAP3_ISP_EVENT_READ = 1, OMAP3_ISP_EVENT_WRITE = 2, + OMAP3_ISP_EVENT_EXCEPTION = 4, }; struct omap3_isp_operations { |