From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- include/linux/input/eeti_ts.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/linux/input/eeti_ts.h (limited to 'include/linux/input/eeti_ts.h') diff --git a/include/linux/input/eeti_ts.h b/include/linux/input/eeti_ts.h new file mode 100644 index 00000000..16625d79 --- /dev/null +++ b/include/linux/input/eeti_ts.h @@ -0,0 +1,10 @@ +#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 */ + -- cgit v1.3.1