android_kernel_samsung_on5x.../include/linux/input/eeti_ts.h
2018-06-19 23:16:04 +02:00

10 lines
178 B
C

#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 */