Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
gpio.h
Go to the documentation of this file.
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 gpio_to_irq(gpio) -1
7 
8 #define gpio_get_value __gpio_get_value
9 #define gpio_set_value __gpio_set_value
10 
11 #define gpio_cansleep __gpio_cansleep
12 
13 #include <asm-generic/gpio.h>
14 
15 #endif /* __ASM_MIPS_MACH_BCM63XX_GPIO_H */