mirror of https://github.com/hak5/openwrt.git
18 lines
378 B
C
18 lines
378 B
C
#ifndef __ASM_MIPS_MACH_BCM63XX_GPIO_H
|
|
#define __ASM_MIPS_MACH_BCM63XX_GPIO_H
|
|
|
|
#include <bcm63xx_gpio.h>
|
|
|
|
#define NR_BUILTIN_GPIO BCM63XX_GPIO_COUNT
|
|
|
|
#define gpio_to_irq(gpio) NULL
|
|
|
|
#define gpio_get_value __gpio_get_value
|
|
#define gpio_set_value __gpio_set_value
|
|
|
|
#define gpio_cansleep __gpio_cansleep
|
|
|
|
#include <asm-generic/gpio.h>
|
|
|
|
#endif /* __ASM_MIPS_MACH_BCM63XX_GPIO_H */
|