Full support for Ginger Console
[linux-ginger.git] / include / linux / i2c / tsc2004.h
blob044c36f740c7e2c7786c8b01e106abd598b22bbd
1 #ifndef __LINUX_I2C_TSC2004_H
2 #define __LINUX_I2C_TSC2004_H
4 /* linux/i2c/tsc2004.h */
6 struct tsc2004_platform_data {
7 u16 model; /* 2004. */
8 u16 x_plate_ohms;
10 int (*get_pendown_state)(void);
11 void (*clear_penirq)(void); /* If needed, clear 2nd level
12 interrupt source */
13 int (*init_platform_hw)(void);
14 void (*exit_platform_hw)(void);
17 #endif