mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 10:53:10 +02:00
aa058f6666
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19471 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 */
|