]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - include/linux/input/eeti_ts.h
Merge branch 'next/board-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / include / linux / input / eeti_ts.h
1 #ifndef LINUX_INPUT_EETI_TS_H
2 #define LINUX_INPUT_EETI_TS_H
3
4 struct eeti_ts_platform_data {
5         int irq_gpio;
6         unsigned int irq_active_high;
7 };
8
9 #endif /* LINUX_INPUT_EETI_TS_H */
10