xref: /linux/arch/arm/include/asm/mach/irq.h (revision 007b61981aa970d314a6042cedcf7ef2cf34bf23)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *  arch/arm/include/asm/mach/irq.h
4  *
5  *  Copyright (C) 1995-2000 Russell King.
6  */
7 #ifndef __ASM_ARM_MACH_IRQ_H
8 #define __ASM_ARM_MACH_IRQ_H
9 
10 #include <linux/irq.h>
11 
12 struct seq_file;
13 
14 /*
15  * This is internal.  Do not use it.
16  */
17 extern void init_FIQ(int);
18 extern int show_fiq_list(struct seq_file *, int);
19 
20 #endif
21