diff options
Diffstat (limited to 'include/linux/spi/max7301.h')
| -rw-r--r-- | include/linux/spi/max7301.h | 9 |
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 @@ | |||
| 1 | #ifndef LINUX_SPI_MAX7301_H | ||
| 2 | #define LINUX_SPI_MAX7301_H | ||
| 3 | |||
| 4 | struct max7301_platform_data { | ||
| 5 | /* number assigned to the first GPIO */ | ||
| 6 | unsigned base; | ||
| 7 | }; | ||
| 8 | |||
| 9 | #endif | ||
