repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6.git]
/
include
/
media
/
mt9p031.h
blob
b1e63f2b72bd8ba8ba849f4352d3817f1c84ed5b
1
#ifndef MT9P031_H
2
#define MT9P031_H
3
4
struct
v4l2_subdev
;
5
6
/*
7
* struct mt9p031_platform_data - MT9P031 platform data
8
* @reset: Chip reset GPIO (set to -1 if not used)
9
* @ext_freq: Input clock frequency
10
* @target_freq: Pixel clock frequency
11
*/
12
struct
mt9p031_platform_data
{
13
int
reset
;
14
int
ext_freq
;
15
int
target_freq
;
16
};
17
18
#endif