Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
gpio.h File Reference
#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)
 

Macro Definition Documentation

#define gpio_to_irq (   x)    ((x) + GPIO_IRQ_BASE)

Definition at line 17 of file gpio.h.

#define irq_to_gpio (   x)    ((x) - GPIO_IRQ_BASE)

Definition at line 18 of file gpio.h.