From 74fe31ca9a338ed6874e072e5f750f9c59f7b329 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 1 Feb 2012 13:22:30 +0100 Subject: omap3isp: Add exception fd watch type Signed-off-by: Laurent Pinchart --- isp/omap3isp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'isp') 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 { -- cgit v1.2.3