JustOS/linux-4.9/include/linux/input/eeti_ts.h
justuser c7be6bf7c2 up
2025-01-24 15:13:31 +03:00

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