repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.6-rc6
[cris-mirror.git]
/
include
/
media
/
i2c
/
mt9p031.h
blob
1ba361205af1821dcd5663d73f9eb4e9d6ddfc8d
1
#ifndef MT9P031_H
2
#define MT9P031_H
3
4
struct
v4l2_subdev
;
5
6
/*
7
* struct mt9p031_platform_data - MT9P031 platform data
8
* @ext_freq: Input clock frequency
9
* @target_freq: Pixel clock frequency
10
*/
11
struct
mt9p031_platform_data
{
12
int
ext_freq
;
13
int
target_freq
;
14
};
15
16
#endif