sdk-hwV1.3/lichee/linux-4.9/include/linux/input/eeti_ts.h

11 lines
178 B
C
Raw Normal View History

2024-05-07 10:09:20 +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 */