summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_dev_spi.h
blob: bd47676a487358fa72768840cfde918fb4f28d8f (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 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 */