tegrakernel/kernel/kernel-4.9/include/linux/input/eeti_ts.h

11 lines
178 B
C
Raw Normal View History

2022-02-16 09:13:02 -06: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 */