diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-02-01 13:22:30 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-04-16 23:40:56 +0200 |
commit | 74fe31ca9a338ed6874e072e5f750f9c59f7b329 (patch) | |
tree | f522a27437074930e12fb2ff87b0bad28b482d14 | |
parent | 211507d598b67e6e274275ab472d5e81ec1afcec (diff) |
omap3isp: Add exception fd watch type
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-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 { |