mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
10 lines
179 B
C
10 lines
179 B
C
|
/*
|
||
|
* Information for the Marvell Armada MMP camera
|
||
|
*/
|
||
|
|
||
|
struct mmp_camera_platform_data {
|
||
|
struct platform_device *i2c_device;
|
||
|
int sensor_power_gpio;
|
||
|
int sensor_reset_gpio;
|
||
|
};
|