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-bcm63xx / gpio.h
blob1eb534de8e3b1e6039ca5899c3e4d2ce4642e9f5
1 #ifndef __ASM_MIPS_MACH_BCM63XX_GPIO_H
2 #define __ASM_MIPS_MACH_BCM63XX_GPIO_H
4 #include <bcm63xx_gpio.h>
6 #define gpio_to_irq(gpio) -1
8 #define gpio_get_value __gpio_get_value
9 #define gpio_set_value __gpio_set_value
11 #define gpio_cansleep __gpio_cansleep
13 #include <asm-generic/gpio.h>
15 #endif /* __ASM_MIPS_MACH_BCM63XX_GPIO_H */