mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 16:58:04 -04:00
10 lines
178 B
C
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 */
|
|
|