Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-btrfs-devel.git] / arch / arm / mach-mmp / include / mach / gpio.h
blob681262359d1c28cfc30b26e4f093fc43930c17a5
1 #ifndef __ASM_MACH_GPIO_H
2 #define __ASM_MACH_GPIO_H
4 #include <asm-generic/gpio.h>
6 #define gpio_to_irq(gpio) (IRQ_GPIO_START + (gpio))
7 #define irq_to_gpio(irq) ((irq) - IRQ_GPIO_START)
9 #define __gpio_is_inverted(gpio) (0)
10 #define __gpio_is_occupied(gpio) (0)
12 #include <plat/gpio.h>
13 #endif /* __ASM_MACH_GPIO_H */