SmartAudio/lichee/linux-4.9/include/linux/input/eeti_ts.h

11 lines
178 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#ifndef LINUX_INPUT_EETI_TS_H
#define LINUX_INPUT_EETI_TS_H
struct eeti_ts_platform_data {
int irq_gpio;
unsigned int irq_active_high;
};
#endif /* LINUX_INPUT_EETI_TS_H */