| * Generic Platform Camera Driver Header |
| * Copyright (C) 2008 Magnus Damm |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| #include <linux/videodev2.h> |
| #include <media/soc_camera.h> |
| struct soc_camera_platform_info { |
| unsigned long format_depth; |
| struct v4l2_mbus_framefmt format; |
| int (*set_capture)(struct soc_camera_platform_info *info, int enable); |
| #endif /* __SOC_CAMERA_H__ */ |