summaryrefslogtreecommitdiffstats
path: root/include/linux/spi/max7301.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/spi/max7301.h')
-rw-r--r--include/linux/spi/max7301.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/spi/max7301.h b/include/linux/spi/max7301.h
new file mode 100644
index 000000000000..6dfd83f19b4b
--- /dev/null
+++ b/include/linux/spi/max7301.h
@@ -0,0 +1,9 @@
+#ifndef LINUX_SPI_MAX7301_H
+#define LINUX_SPI_MAX7301_H
+
+struct max7301_platform_data {
+ /* number assigned to the first GPIO */
+ unsigned base;
+};
+
+#endif