xref: /linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_spi.h (revision 6a613ac6bc015f8ef75806d397d69dbac4a8d8c4)
1 #ifndef BCM63XX_DEV_SPI_H
2 #define BCM63XX_DEV_SPI_H
3 
4 #include <linux/types.h>
5 #include <bcm63xx_io.h>
6 #include <bcm63xx_regs.h>
7 
8 int __init bcm63xx_spi_register(void);
9 
10 #endif /* BCM63XX_DEV_SPI_H */
11