bd47676a487358fa72768840cfde918fb4f28d8f
[openwrt.git] / target / linux / brcm63xx / files / 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 bcm63xx_spi_register(void);
7
8 struct bcm63xx_spi_pdata {
9 unsigned int msg_fifo_size;
10 unsigned int rx_fifo_size;
11 int bus_num;
12 int num_chipselect;
13 u32 speed_hz;
14 };
15
16 #endif /* BCM63XX_DEV_SPI_H */
This page took 0.047583 seconds and 3 git commands to generate.