JustOS/linux-4.9/include/linux/platform_data/media/mmp-camera.h
justuser c7be6bf7c2 up
2025-01-24 15:13:31 +03:00

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;
};