Blame view

include/media/mmp-camera.h 179 Bytes
67a8dbbc4   Jonathan Corbet   [media] marvell-c...
1
2
3
4
5
6
7
8
9
  /*
   * 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;
  };