ARM: pxa: rename gpio_to_irq and irq_to_gpio
[deliverable/linux.git] / arch / arm / mach-mmp / include / mach / gpio.h
1 #ifndef __ASM_MACH_GPIO_H
2 #define __ASM_MACH_GPIO_H
3
4 #include <asm-generic/gpio.h>
5
6 #define __gpio_is_inverted(gpio) (0)
7 #define __gpio_is_occupied(gpio) (0)
8
9 #include <plat/gpio.h>
10 #endif /* __ASM_MACH_GPIO_H */
This page took 0.030254 seconds and 5 git commands to generate.