mt9v032.h 207 B

12345678910111213
  1. #ifndef _MEDIA_MT9V032_H
  2. #define _MEDIA_MT9V032_H
  3. struct v4l2_subdev;
  4. struct mt9v032_platform_data {
  5. unsigned int clk_pol:1;
  6. void (*set_clock)(struct v4l2_subdev *subdev, unsigned int rate);
  7. };
  8. #endif