|
|
| File: [Development] / linux-2.6-xfs / arch / avr32 / include / asm / irq.h (download)
Revision 1.1, Fri Oct 3 17:46:45 2008 UTC (9 years ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.27-rc8 Merge of 2.6.x-xfs-melb:linux:32254b by kenmcd. |
#ifndef __ASM_AVR32_IRQ_H #define __ASM_AVR32_IRQ_H #define NR_INTERNAL_IRQS 64 #include <mach/irq.h> #ifndef NR_IRQS #define NR_IRQS (NR_INTERNAL_IRQS) #endif #define irq_canonicalize(i) (i) #ifndef __ASSEMBLER__ int nmi_enable(void); void nmi_disable(void); /* * Returns a bitmask of pending interrupts in a group. */ extern unsigned long intc_get_pending(unsigned int group); #endif #endif /* __ASM_AVR32_IOCTLS_H */