Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
bb176f67090ca54869fc1262c913aa69d2ede070
/
.
/
include
/
media
/
i2c
/
mt9t001.h
blob: 03fd63edd133264b99c38b650b473e4eb5b97df6 [
file
] [
log
] [
blame
]
#ifndef
_MEDIA_MT9T001_H
#define
_MEDIA_MT9T001_H
struct
mt9t001_platform_data
{
unsigned
int
clk_pol
:
1
;
unsigned
int
ext_clk
;
};
#endif