eeti_ts.h 178 B

12345678910
  1. #ifndef LINUX_INPUT_EETI_TS_H
  2. #define LINUX_INPUT_EETI_TS_H
  3. struct eeti_ts_platform_data {
  4. int irq_gpio;
  5. unsigned int irq_active_high;
  6. };
  7. #endif /* LINUX_INPUT_EETI_TS_H */