1 #ifndef BCM63XX_DEV_SPI_H
2 #define BCM63XX_DEV_SPI_H
4 #include <linux/types.h>
6 int __init
bcm63xx_spi_register(void);
8 struct bcm63xx_spi_pdata
{
9 unsigned int fifo_size
;
15 #endif /* BCM63XX_DEV_SPI_H */
This page took 0.045467 seconds and 5 git commands to generate.