blob: f875b316249d257ce2f56e7243e4463c9d4994e2 [file] [log] [blame]
Daniel Mack25a70e32009-08-12 00:50:09 -07001#ifndef LINUX_INPUT_EETI_TS_H
2#define LINUX_INPUT_EETI_TS_H
3
4struct eeti_ts_platform_data {
5 unsigned int irq_active_high;
6};
7
8#endif /* LINUX_INPUT_EETI_TS_H */
9