diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/spi/ads7846.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/spi/ads7846.h b/include/linux/spi/ads7846.h index 3f7664951256..d8823e237e0b 100644 --- a/include/linux/spi/ads7846.h +++ b/include/linux/spi/ads7846.h | |||
| @@ -17,5 +17,7 @@ struct ads7846_platform_data { | |||
| 17 | 17 | ||
| 18 | u16 debounce_max; /* max number of readings per sample */ | 18 | u16 debounce_max; /* max number of readings per sample */ |
| 19 | u16 debounce_tol; /* tolerance used for filtering */ | 19 | u16 debounce_tol; /* tolerance used for filtering */ |
| 20 | |||
| 21 | int (*get_pendown_state)(void); | ||
| 20 | }; | 22 | }; |
| 21 | 23 | ||
