V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 drivers
[safe/jmp/linux-2.6] / include / media / ov772x.h
index e391d55..57db48d 100644 (file)
 
 #include <media/soc_camera.h>
 
+/* for flags */
+#define OV772X_FLAG_VFLIP     0x00000001 /* Vertical flip image */
+#define OV772X_FLAG_HFLIP     0x00000002 /* Horizontal flip image */
+
 struct ov772x_camera_info {
        unsigned long          buswidth;
+       unsigned long          flags;
        struct soc_camera_link link;
 };