mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 08:48:05 -04:00
9 lines
179 B
C
9 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;
|
|
};
|