mirror of https://github.com/hak5/openwrt.git
16 lines
333 B
C
16 lines
333 B
C
#ifndef __ASM_MIPS_MACH_BCM63XX_GPIO_H
|
|
#define __ASM_MIPS_MACH_BCM63XX_GPIO_H
|
|
|
|
#include <bcm63xx_gpio.h>
|
|
|
|
#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 */
|