diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-05-02 18:30:50 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-05-12 15:28:06 -0400 |
commit | 1a331957efd214fc3a84f70956dfaec65e70c031 (patch) | |
tree | 621889cc0028ef9ca897777f7c409a6e64b14f80 /include/asm-x86/hw_irq.h | |
parent | 88a83350bc1955fa9d8fca059e19bc360fcef2ba (diff) |
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.h | 3 |
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); | |||
79 | extern atomic_t irq_err_count; | 79 | extern atomic_t irq_err_count; |
80 | extern atomic_t irq_mis_count; | 80 | extern atomic_t irq_mis_count; |
81 | 81 | ||
82 | /* EISA */ | ||
83 | extern void eisa_set_level_irq(unsigned int irq); | ||
84 | |||
82 | /* Voyager functions */ | 85 | /* Voyager functions */ |
83 | extern asmlinkage void vic_cpi_interrupt(void); | 86 | extern asmlinkage void vic_cpi_interrupt(void); |
84 | extern asmlinkage void vic_sys_interrupt(void); | 87 | extern asmlinkage void vic_sys_interrupt(void); |