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
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
include
/
media
/
i2c
/
mt9p031.h
blob
7c29c53aa988fb61af07f1c48014c2e8701cd6e4
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef MT9P031_H
3
#define MT9P031_H
4
5
struct
v4l2_subdev
;
6
7
/*
8
* struct mt9p031_platform_data - MT9P031 platform data
9
* @ext_freq: Input clock frequency
10
* @target_freq: Pixel clock frequency
11
*/
12
struct
mt9p031_platform_data
{
13
int
ext_freq
;
14
int
target_freq
;
15
};
16
17
#endif