Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / include / linux / input / ili210x.h
diff --git a/kernel/include/linux/input/ili210x.h b/kernel/include/linux/input/ili210x.h
new file mode 100644 (file)
index 0000000..a547124
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef _ILI210X_H
+#define _ILI210X_H
+
+struct ili210x_platform_data {
+       unsigned long irq_flags;
+       unsigned int poll_period;
+       bool (*get_pendown_state)(void);
+};
+
+#endif