[brcm63xx] fix SPI register definitions
[openwrt.git] / target / linux / brcm63xx / files / include / asm-mips / mach-bcm63xx / gpio.h
1 #ifndef __ASM_MIPS_MACH_BCM63XX_GPIO_H
2 #define __ASM_MIPS_MACH_BCM63XX_GPIO_H
3
4 #include <bcm63xx_gpio.h>
5
6 #define NR_BUILTIN_GPIO BCM63XX_GPIO_COUNT
7
8 #define gpio_to_irq(gpio) NULL
9
10 #define gpio_get_value __gpio_get_value
11 #define gpio_set_value __gpio_set_value
12
13 #define gpio_cansleep __gpio_cansleep
14
15 #include <asm-generic/gpio.h>
16
17 #endif /* __ASM_MIPS_MACH_BCM63XX_GPIO_H */
This page took 0.055273 seconds and 5 git commands to generate.