]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/linux/spi/max7301.h
Merge branch 'omap-clock-fixes' of git://git.pwsan.com/linux-2.6
[linux-2.6-omap-h63xx.git] / include / linux / spi / max7301.h
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