blob: 287f20f51bd1881c253336ba540c825450446519 [file] [log] [blame]
#ifndef _MEDIA_OV5650_H
#define _MEDIA_OV5650_H
#include <media/v4l2-subdev.h>
struct ov5650_platform_data {
int (*s_power)(struct v4l2_subdev *subdev, int on);
};
#endif