mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-01-26 22:09:18 +00:00
10 lines
179 B
C
Executable File
10 lines
179 B
C
Executable File
/*
|
|
* 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;
|
|
};
|