aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r--include/linux/irq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h
index 788d5a35a580..704136138dc7 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -399,6 +399,7 @@ extern void set_irq_noprobe(unsigned int irq);
399extern void set_irq_probe(unsigned int irq); 399extern void set_irq_probe(unsigned int irq);
400 400
401/* Handle dynamic irq creation and destruction */ 401/* Handle dynamic irq creation and destruction */
402extern unsigned int create_irq_nr(unsigned int irq_want);
402extern int create_irq(void); 403extern int create_irq(void);
403extern void destroy_irq(unsigned int irq); 404extern void destroy_irq(unsigned int irq);
404 405