mt9v032.h 163 B

1234567891011
  1. #ifndef _MEDIA_MT9V032_H
  2. #define _MEDIA_MT9V032_H
  3. struct mt9v032_platform_data {
  4. unsigned int clk_pol:1;
  5. const s64 *link_freqs;
  6. s64 link_def_freq;
  7. };
  8. #endif