repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
include
/
media
/
i2c
/
mt9t001.h
blob
4b10905542703c2691fbc3d6e6aa6b0d962b87de
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _MEDIA_MT9T001_H
3
#define _MEDIA_MT9T001_H
4
5
struct
mt9t001_platform_data
{
6
unsigned int
clk_pol
:
1
;
7
unsigned int
ext_clk
;
8
};
9
10
#endif