|
|
| File: [Development] / linux-2.6-xfs / include / asm-avr32 / Attic / irq.h (download)
Revision 1.4, Mon Aug 4 17:03:13 2008 UTC (9 years, 2 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.26 Merge of 2.6.x-xfs-melb:linux:31804b by kenmcd. |
#ifndef __ASM_AVR32_IRQ_H #define __ASM_AVR32_IRQ_H #define NR_INTERNAL_IRQS 64 #include <asm/arch/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 */