summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/zforce_ts.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/zforce_ts.h')
-rw-r--r--include/linux/platform_data/zforce_ts.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/linux/platform_data/zforce_ts.h b/include/linux/platform_data/zforce_ts.h
new file mode 100644
index 000000000..2463a4a85
--- /dev/null
+++ b/include/linux/platform_data/zforce_ts.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* drivers/input/touchscreen/zforce.c
+ *
+ * Copyright (C) 2012-2013 MundoReader S.L.
+ */
+
+#ifndef _LINUX_INPUT_ZFORCE_TS_H
+#define _LINUX_INPUT_ZFORCE_TS_H
+
+struct zforce_ts_platdata {
+ unsigned int x_max;
+ unsigned int y_max;
+};
+
+#endif /* _LINUX_INPUT_ZFORCE_TS_H */