diff options
Diffstat (limited to 'include/linux/i2c')
-rw-r--r-- | include/linux/i2c/atmel_mxt_ts.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/i2c/atmel_mxt_ts.h b/include/linux/i2c/atmel_mxt_ts.h index 671967cf4d1a..b8297685f489 100644 --- a/include/linux/i2c/atmel_mxt_ts.h +++ b/include/linux/i2c/atmel_mxt_ts.h | |||
@@ -13,6 +13,8 @@ | |||
13 | #ifndef __LINUX_ATMEL_MXT_TS_H | 13 | #ifndef __LINUX_ATMEL_MXT_TS_H |
14 | #define __LINUX_ATMEL_MXT_TS_H | 14 | #define __LINUX_ATMEL_MXT_TS_H |
15 | 15 | ||
16 | #include <linux/types.h> | ||
17 | |||
16 | /* Orient */ | 18 | /* Orient */ |
17 | #define MXT_NORMAL 0x0 | 19 | #define MXT_NORMAL 0x0 |
18 | #define MXT_DIAGONAL 0x1 | 20 | #define MXT_DIAGONAL 0x1 |
@@ -25,6 +27,9 @@ | |||
25 | 27 | ||
26 | /* The platform data for the Atmel maXTouch touchscreen driver */ | 28 | /* The platform data for the Atmel maXTouch touchscreen driver */ |
27 | struct mxt_platform_data { | 29 | struct mxt_platform_data { |
30 | const u8 *config; | ||
31 | size_t config_length; | ||
32 | |||
28 | unsigned int x_line; | 33 | unsigned int x_line; |
29 | unsigned int y_line; | 34 | unsigned int y_line; |
30 | unsigned int x_size; | 35 | unsigned int x_size; |