aboutsummaryrefslogtreecommitdiff
path: root/include/linux/input/pixcir_ts.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/input/pixcir_ts.h')
-rw-r--r--include/linux/input/pixcir_ts.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/input/pixcir_ts.h b/include/linux/input/pixcir_ts.h
new file mode 100644
index 00000000000..7163d91c037
--- /dev/null
+++ b/include/linux/input/pixcir_ts.h
@@ -0,0 +1,10 @@
+#ifndef _PIXCIR_I2C_TS_H
+#define _PIXCIR_I2C_TS_H
+
+struct pixcir_ts_platform_data {
+ int (*attb_read_val)(void);
+ int x_max;
+ int y_max;
+};
+
+#endif