diff options
Diffstat (limited to 'include/linux/interrupt.h')
-rw-r--r-- | include/linux/interrupt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index a2678d35b5a2..c7bfac1c4a7b 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
@@ -188,6 +188,7 @@ extern void disable_irq(unsigned int irq); | |||
188 | extern void disable_percpu_irq(unsigned int irq); | 188 | extern void disable_percpu_irq(unsigned int irq); |
189 | extern void enable_irq(unsigned int irq); | 189 | extern void enable_irq(unsigned int irq); |
190 | extern void enable_percpu_irq(unsigned int irq, unsigned int type); | 190 | extern void enable_percpu_irq(unsigned int irq, unsigned int type); |
191 | extern void irq_wake_thread(unsigned int irq, void *dev_id); | ||
191 | 192 | ||
192 | /* The following three functions are for the core kernel use only. */ | 193 | /* The following three functions are for the core kernel use only. */ |
193 | extern void suspend_device_irqs(void); | 194 | extern void suspend_device_irqs(void); |