]> Git Repo - linux.git/blob - arch/arm64/include/asm/irq.h
scsi: zfcp: Trace when request remove fails after qdio send fails
[linux.git] / arch / arm64 / include / asm / irq.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_IRQ_H
3 #define __ASM_IRQ_H
4
5 #ifndef __ASSEMBLER__
6
7 #include <asm-generic/irq.h>
8
9 struct pt_regs;
10
11 int set_handle_irq(void (*handle_irq)(struct pt_regs *));
12 #define set_handle_irq  set_handle_irq
13 int set_handle_fiq(void (*handle_fiq)(struct pt_regs *));
14
15 static inline int nr_legacy_irqs(void)
16 {
17         return 0;
18 }
19
20 #endif /* !__ASSEMBLER__ */
21 #endif
This page took 0.033009 seconds and 4 git commands to generate.