https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 3ee13dd44dfadd37b0b7f124d4f6a95c3345026b authored by Jason Self on 04 July 2015, 02:48:26 UTC
Linux-libre 3.10.83-gnu
Tip revision: 3ee13dd
mmp-camera.h
/*
 * 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;
};
back to top