Linux Kernel
3.7.1
|
#include <mach/irqs.h>
Go to the source code of this file.
Macros | |
#define | gpio_to_irq(x) ((x) + GPIO_IRQ_BASE) |
#define | irq_to_gpio(x) ((x) - GPIO_IRQ_BASE) |
#define gpio_to_irq | ( | x | ) | ((x) + GPIO_IRQ_BASE) |
#define irq_to_gpio | ( | x | ) | ((x) - GPIO_IRQ_BASE) |