summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/hw_irq.h
diff options
context:
space:
mode:
authorThomas Gleixner2008-05-03 00:30:50 +0200
committerIngo Molnar2008-05-12 21:28:06 +0200
commit1a331957efd214fc3a84f70956dfaec65e70c031 (patch)
tree621889cc0028ef9ca897777f7c409a6e64b14f80 /include/asm-x86/hw_irq.h
parentx86: declare setup_apic_routing (diff)
downloadkernel-qcow2-linux-1a331957efd214fc3a84f70956dfaec65e70c031.tar.gz
kernel-qcow2-linux-1a331957efd214fc3a84f70956dfaec65e70c031.tar.xz
kernel-qcow2-linux-1a331957efd214fc3a84f70956dfaec65e70c031.zip
x86: move eisa_set_level_irq declaration to header
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/hw_irq.h')
-rw-r--r--include/asm-x86/hw_irq.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/hw_irq.h b/include/asm-x86/hw_irq.h
index 1db2dff1ef49..1428b41dcbb9 100644
--- a/include/asm-x86/hw_irq.h
+++ b/include/asm-x86/hw_irq.h
@@ -79,6 +79,9 @@ extern void send_IPI(int dest, int vector);
extern atomic_t irq_err_count;
extern atomic_t irq_mis_count;
+/* EISA */
+extern void eisa_set_level_irq(unsigned int irq);
+
/* Voyager functions */
extern asmlinkage void vic_cpi_interrupt(void);
extern asmlinkage void vic_sys_interrupt(void);