You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
333 B
15 lines
333 B
#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 */
|
|
|