diff options
Diffstat (limited to 'include/linux/input/pixcir_ts.h')
| -rw-r--r-- | include/linux/input/pixcir_ts.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/input/pixcir_ts.h b/include/linux/input/pixcir_ts.h new file mode 100644 index 000000000000..7163d91c0373 --- /dev/null +++ b/include/linux/input/pixcir_ts.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #ifndef _PIXCIR_I2C_TS_H | ||
| 2 | #define _PIXCIR_I2C_TS_H | ||
| 3 | |||
| 4 | struct pixcir_ts_platform_data { | ||
| 5 | int (*attb_read_val)(void); | ||
| 6 | int x_max; | ||
| 7 | int y_max; | ||
| 8 | }; | ||
| 9 | |||
| 10 | #endif | ||
