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 c68bffd182bb..4528bf70866a 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
@@ -294,6 +294,7 @@ extern void softirq_init(void); | |||
294 | #define __raise_softirq_irqoff(nr) do { or_softirq_pending(1UL << (nr)); } while (0) | 294 | #define __raise_softirq_irqoff(nr) do { or_softirq_pending(1UL << (nr)); } while (0) |
295 | extern void raise_softirq_irqoff(unsigned int nr); | 295 | extern void raise_softirq_irqoff(unsigned int nr); |
296 | extern void raise_softirq(unsigned int nr); | 296 | extern void raise_softirq(unsigned int nr); |
297 | extern void wakeup_softirqd(void); | ||
297 | 298 | ||
298 | /* This is the worklist that queues up per-cpu softirq work. | 299 | /* This is the worklist that queues up per-cpu softirq work. |
299 | * | 300 | * |