summaryrefslogtreecommitdiff
path: root/include/linux/input/edt-ft5x06.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/input/edt-ft5x06.h')
-rw-r--r--include/linux/input/edt-ft5x06.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/linux/input/edt-ft5x06.h b/include/linux/input/edt-ft5x06.h
new file mode 100644
index 000000000000..d7fd990a5978
--- /dev/null
+++ b/include/linux/input/edt-ft5x06.h
@@ -0,0 +1,16 @@
+#ifndef _EDT_FT5X06_H
+#define _EDT_FT5X06_H
+
+/*
+ * Copyright (c) 2011 Simon Budig, <simon.budig@kernelconcepts.de>
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 as published by
+ * the Free Software Foundation.
+ */
+
+struct edt_ft5x06_platform_data {
+ unsigned int reset_pin;
+};
+
+#endif /* _EDT_FT5X06_H */