Full support for Ginger Console
[linux-ginger.git] / include / media / lv8093.h
blobe028f80cd49bf4645617eaa4fd943a04db574d35
1 /*
2 * lv8093.h
4 * Copyright (C) 2008-2009 Texas Instruments.
5 * Copyright (C) 2009 Hewlett-Packard.
7 * This file is licensed under the terms of the GNU General Public License
8 * version 2. This program is licensed "as is" without any warranty of any
9 * kind, whether express or implied.
13 #ifndef LV8093_H
14 #define LV8093_H
16 /* i2c slave address = 0xE4 */
17 #define LV8093_AF_I2C_ADDR 0x72
18 #define LV8093_NAME "lv8093"
20 /**
21 * struct lv8093_platform_data - platform data values and access functions
22 * @power_set: Power state access function, zero is off, non-zero is on.
23 * @priv_data_set: device private data (pointer) access function
25 struct lv8093_platform_data {
26 int (*power_set)(enum v4l2_power power);
27 int (*priv_data_set)(void *);
30 #endif /* End of of LV8093_H */