aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/mouse-pxa930_trkball.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/mouse-pxa930_trkball.h')
-rw-r--r--include/linux/platform_data/mouse-pxa930_trkball.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/platform_data/mouse-pxa930_trkball.h b/include/linux/platform_data/mouse-pxa930_trkball.h
new file mode 100644
index 000000000000..5e0789bc4729
--- /dev/null
+++ b/include/linux/platform_data/mouse-pxa930_trkball.h
@@ -0,0 +1,10 @@
+#ifndef __ASM_ARCH_PXA930_TRKBALL_H
+#define __ASM_ARCH_PXA930_TRKBALL_H
+
+struct pxa930_trkball_platform_data {
+ int x_filter;
+ int y_filter;
+};
+
+#endif /* __ASM_ARCH_PXA930_TRKBALL_H */
+