summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_dev_spi.h
blob: 879580fc9d6e28296746f878d9d99891c53808e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef BCM63XX_DEV_SPI_H
#define BCM63XX_DEV_SPI_H

#include <linux/types.h>

int __init bcm63xx_spi_register(void);

struct bcm63xx_spi_pdata {
	unsigned int	msg_fifo_size;
	unsigned int	rx_fifo_size;
	int		bus_num;
	int		num_chipselect;
	u32		speed_hz;
};

#endif /* BCM63XX_DEV_SPI_H */