Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
irq.h
Go to the documentation of this file.
1 #ifndef _XTENSA_S6000_IRQ_H
2 #define _XTENSA_S6000_IRQ_H
3 
4 #define NO_IRQ (-1)
5 #define VARIANT_NR_IRQS 8 /* GPIO interrupts */
6 
7 extern void variant_irq_enable(unsigned int irq);
8 
9 #endif /* __XTENSA_S6000_IRQ_H */