72cee75f0a43ae2a966eb2de293e3fead05bb071
[openwrt/staging/dedeckeh.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 */