summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files-2.6.30/include/asm-mips/mach-bcm63xx/bcm63xx_dev_spi.h
blob: cfa79bf94bbf3eba6d2458d81086357436d123b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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	fifo_size;
	int		bus_num;
	int		num_chipselect;
	u32		speed_hz;
};

#endif /* BCM63XX_DEV_SPI_H */