1 #ifndef __SOC_CAMERA_H__
2 #define __SOC_CAMERA_H__
4 #include <linux/videodev2.h>
6 struct soc_camera_platform_info
{
9 unsigned long format_depth
;
10 struct v4l2_pix_format format
;
11 unsigned long bus_param
;
12 int (*set_capture
)(struct soc_camera_platform_info
*info
, int enable
);
15 #endif /* __SOC_CAMERA_H__ */