Linux 3.11-rc4
[linux-2.6.git] / include / media / mt9t001.h
blob03fd63edd133264b99c38b650b473e4eb5b97df6
1 #ifndef _MEDIA_MT9T001_H
2 #define _MEDIA_MT9T001_H
4 struct mt9t001_platform_data {
5 unsigned int clk_pol:1;
6 unsigned int ext_clk;
7 };
9 #endif