GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / mips / include / asm / mach-au1x00 / au1550_spi.h
blob08e1958e9410e40c7078fc0fd10d5cafae9ee06c
1 /*
2 * au1550_spi.h - Au1550 PSC SPI controller driver - platform data structure
3 */
5 #ifndef _AU1550_SPI_H_
6 #define _AU1550_SPI_H_
8 struct au1550_spi_info {
9 u32 mainclk_hz; /* main input clock frequency of PSC */
10 u16 num_chipselect; /* number of chipselects supported */
11 void (*activate_cs)(struct au1550_spi_info *spi, int cs, int polarity);
12 void (*deactivate_cs)(struct au1550_spi_info *spi, int cs, int polarity);
15 #endif