]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - include/linux/input/ili210x.h
ARM: dts: add support for TX6S with LVDS output
[karo-tx-linux.git] / include / linux / input / ili210x.h
1 #ifndef _ILI210X_H
2 #define _ILI210X_H
3
4 struct ili210x_platform_data {
5         unsigned long irq_flags;
6         unsigned int poll_period;
7         bool (*get_pendown_state)(void);
8 };
9
10 #endif