Gitiles
Code Review
Sign In
192.168.1.100
/
R306
/
7f58151e95710b662cb43f980c99d16ff0bc855d
/
.
/
ap
/
os
/
linux
/
linux-3.4.x
/
include
/
media
/
mt9t001.h
blob: e839a78bb9c58ade07ab0733b8c6ed0349e2ff6b [
file
] [
log
] [
blame
]
yuezonghe
824eb0c
2024-06-27 02:32:26 -0700
[
diff
] [
blame
]
1
#ifndef
_MEDIA_MT9T001_H
2
#define
_MEDIA_MT9T001_H
3
4
struct
mt9t001_platform_data
{
5
unsigned
int
clk_pol
:
1
;
6
};
7
8
#endif