[brcm63xx] fix some SPI register definitions and platform-device registration code
[openwrt-10.03/.git] / target / linux / brcm63xx / files / include / asm-mips / mach-bcm63xx / bcm63xx_gpio.h
1 #ifndef BCM63XX_GPIO_H
2 #define BCM63XX_GPIO_H
3
4 /* all helpers will BUG() if gpio count is >= 37. */
5 #define BCM63XX_GPIO_COUNT      37
6
7 #define GPIO_DIR_OUT    0x0
8 #define GPIO_DIR_IN     0x1
9
10 #endif /* !BCM63XX_GPIO_H */