Merge tag 'v5.0-rockchip-dts32fixes-1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.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 static inline int nr_legacy_irqs(void)
12 {
13         return 0;
14 }
15
16 #endif /* !__ASSEMBLER__ */
17 #endif