]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blobdiff - drivers/media/platform/tegra/vi/vi.h
media: tegra_camera: add SoC fops for CSI
[sojka/nv-tegra/linux-3.10.git] / drivers / media / platform / tegra / vi / vi.h
index 71e0aad22ee8ad75e5e4fc547ef2b1af41db8562..1d83b7166a515927590ba219d140495a5a3d7783 100644 (file)
@@ -27,6 +27,7 @@
 
 #include "camera/mc_common.h"
 #include "chip_support.h"
+#include "csi/csi.h"
 
 #define VI_CFG_INTERRUPT_MASK_0                                0x8c
 #define VI_CFG_INTERRUPT_STATUS_0                      0x98
@@ -111,6 +112,7 @@ struct tegra_vi_data {
        struct nvhost_device_data *info;
        struct tegra_vi_fops *vi_fops;
        struct tegra_vi_channel_fops *channel_fops;
+       struct tegra_csi_fops *csi_fops;
 };
 
 struct vi {