Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
irqs.h
Go to the documentation of this file.
1 #ifndef __ASM_MACH_IRQS_H
2 #define __ASM_MACH_IRQS_H
3 
4 #include <linux/sh_intc.h>
5 
6 /* GIC */
7 #define gic_spi(nr) ((nr) + 32)
8 
9 /* INTCS */
10 #define INTCS_VECT_BASE 0x3400
11 #define INTCS_VECT(n, vect) INTC_VECT((n), INTCS_VECT_BASE + (vect))
12 #define intcs_evt2irq(evt) evt2irq(INTCS_VECT_BASE + (evt))
13 
14 #endif /* __ASM_MACH_IRQS_H */