]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/media/davinci/vpfe_capture.h
V4L/DVB: V4L: vpfe_capture: Add call back function for interrupt clear for vpfe_cfg
[karo-tx-linux.git] / include / media / davinci / vpfe_capture.h
index d863e5e8426d720ca367c936d496a5fa31f51a17..cc973ed845a735c28b089befae3807ea13ea10f1 100644 (file)
@@ -94,6 +94,8 @@ struct vpfe_config {
        /* vpfe clock */
        struct clk *vpssclk;
        struct clk *slaveclk;
+       /* Function for Clearing the interrupt */
+       void (*clr_intr)(int vdint);
 };
 
 struct vpfe_device {
@@ -165,7 +167,7 @@ struct vpfe_device {
        u8 started;
        /*
         * offset where second field starts from the starting of the
-        * buffer for field seperated YCbCr formats
+        * buffer for field separated YCbCr formats
         */
        u32 field_off;
 };