x86: unify apic interrupt function declarations
[linux-2.6/openmoko-kernel.git] / include / asm-x86 / hw_irq_64.h
blob428785b3634b3c091e32f54a0794b8b3c36dea6e
1 #ifndef __ASSEMBLY__
3 typedef int vector_irq_t[NR_VECTORS];
4 DECLARE_PER_CPU(vector_irq_t, vector_irq);
5 extern void __setup_vector_irq(int cpu);
6 extern spinlock_t vector_lock;
8 /*
9 * Various low-level irq details needed by irq.c, process.c,
10 * time.c, io_apic.c and smp.c
12 * Interrupt entry/exit code at both C and assembly level
15 #include <asm/ptrace.h>
17 #endif