Full support for Ginger Console
[linux-ginger.git] / include / media / dw9710.h
blobb5696e4fa50636a48bea805d8db636c46c279f16
1 /*
2 * include/media/dw9710.h
4 * Public defines for Auto Focus device
6 * Copyright (C) 2008 Texas Instruments.
8 * Contributors:
9 * Sergio Aguirre <saaguirre@ti.com>
10 * Troy Laramy
11 * Mohit Jalori
13 * This file is licensed under the terms of the GNU General Public License
14 * version 2. This program is licensed "as is" without any warranty of any
15 * kind, whether express or implied.
19 #ifndef DW9710_H
20 #define DW9710_H
22 #define DW9710_NAME "dw9710"
23 #define DW9710_AF_I2C_ADDR 0x0C
25 /**
26 * struct dw9710_platform_data - platform data values and access functions
27 * @power_set: Power state access function, zero is off, non-zero is on.
28 * @priv_data_set: device private data (pointer) access function
30 struct dw9710_platform_data {
31 int (*power_set)(enum v4l2_power power);
32 int (*priv_data_set)(void *);
35 #endif /* End of of DW9710_H */