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 de97b958f478..8da6643e39a6 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
@@ -671,6 +671,7 @@ static inline void init_irq_proc(void) | |||
671 | 671 | ||
672 | struct seq_file; | 672 | struct seq_file; |
673 | int show_interrupts(struct seq_file *p, void *v); | 673 | int show_interrupts(struct seq_file *p, void *v); |
674 | int arch_show_interrupts(struct seq_file *p, int prec); | ||
674 | 675 | ||
675 | extern int early_irq_init(void); | 676 | extern int early_irq_init(void); |
676 | extern int arch_probe_nr_irqs(void); | 677 | extern int arch_probe_nr_irqs(void); |