diff options
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r-- | include/linux/irq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index a19b381d4112..bfd9efb5cb49 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -367,6 +367,9 @@ set_irq_chained_handler(unsigned int irq, | |||
367 | __set_irq_handler(irq, handle, 1, NULL); | 367 | __set_irq_handler(irq, handle, 1, NULL); |
368 | } | 368 | } |
369 | 369 | ||
370 | extern void set_irq_noprobe(unsigned int irq); | ||
371 | extern void set_irq_probe(unsigned int irq); | ||
372 | |||
370 | /* Handle dynamic irq creation and destruction */ | 373 | /* Handle dynamic irq creation and destruction */ |
371 | extern int create_irq(void); | 374 | extern int create_irq(void); |
372 | extern void destroy_irq(unsigned int irq); | 375 | extern void destroy_irq(unsigned int irq); |