cfa79bf94bbf3eba6d2458d81086357436d123b7
[openwrt.git] / target / linux / brcm63xx / files-2.6.30 / include / asm-mips / mach-bcm63xx / bcm63xx_dev_spi.h
1 #ifndef BCM63XX_DEV_SPI_H
2 #define BCM63XX_DEV_SPI_H
3
4 #include <linux/types.h>
5
6 int __init bcm63xx_spi_register(void);
7
8 struct bcm63xx_spi_pdata {
9 unsigned int fifo_size;
10 int bus_num;
11 int num_chipselect;
12 u32 speed_hz;
13 };
14
15 #endif /* BCM63XX_DEV_SPI_H */
This page took 0.034588 seconds and 3 git commands to generate.