Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.7 9 lines 179 B view raw
1/* 2 * Information for the Marvell Armada MMP camera 3 */ 4 5struct mmp_camera_platform_data { 6 struct platform_device *i2c_device; 7 int sensor_power_gpio; 8 int sensor_reset_gpio; 9};