Merge branch 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / media / mt9p031.h
CommitLineData
418d93ac
JM
1#ifndef MT9P031_H
2#define MT9P031_H
3
4struct v4l2_subdev;
5
15693b57
LP
6/*
7 * struct mt9p031_platform_data - MT9P031 platform data
15693b57
LP
8 * @reset: Chip reset GPIO (set to -1 if not used)
9 * @ext_freq: Input clock frequency
10 * @target_freq: Pixel clock frequency
11 */
418d93ac 12struct mt9p031_platform_data {
15693b57
LP
13 int reset;
14 int ext_freq;
15 int target_freq;
418d93ac
JM
16};
17
18#endif