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 9706ba8..b143b13 100644 --- a/isp/omap3isp-priv.h +++ b/isp/omap3isp-priv.h @@ -51,6 +51,7 @@ enum omap3_isp_entity_type { * @entity: Media entity information * @sink: Sink pad * @source: Sink pad + * @last: Indicates whether this is the last entity in the pipeline */ struct omap3_isp_entity { struct list_entry list; @@ -58,6 +59,7 @@ struct omap3_isp_entity { struct media_entity *entity; struct omap3_isp_pad sink; struct omap3_isp_pad source; + bool last; }; /* |