aboutsummaryrefslogtreecommitdiff
path: root/include/linux/input/eeti_ts.h
blob: 34045047c42bbaece4faaf14292a4b708e2d4abd (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef LINUX_INPUT_EETI_TS_H
#define LINUX_INPUT_EETI_TS_H

struct eeti_ts_platform_data {
	unsigned int irq_active_high;
	unsigned int gpio;
};

#endif /* LINUX_INPUT_EETI_TS_H */