diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/ov772x.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/media/ov772x.h b/include/media/ov772x.h index e391d55edb95..57db48dd85b8 100644 --- a/include/media/ov772x.h +++ b/include/media/ov772x.h | |||
@@ -13,8 +13,13 @@ | |||
13 | 13 | ||
14 | #include <media/soc_camera.h> | 14 | #include <media/soc_camera.h> |
15 | 15 | ||
16 | /* for flags */ | ||
17 | #define OV772X_FLAG_VFLIP 0x00000001 /* Vertical flip image */ | ||
18 | #define OV772X_FLAG_HFLIP 0x00000002 /* Horizontal flip image */ | ||
19 | |||
16 | struct ov772x_camera_info { | 20 | struct ov772x_camera_info { |
17 | unsigned long buswidth; | 21 | unsigned long buswidth; |
22 | unsigned long flags; | ||
18 | struct soc_camera_link link; | 23 | struct soc_camera_link link; |
19 | }; | 24 | }; |
20 | 25 | ||