Release 4.14 arch/arm64/include/asm/irq.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_IRQ_H
#define __ASM_IRQ_H
#ifndef __ASSEMBLER__
#include <asm-generic/irq.h>
struct pt_regs;
extern void set_handle_irq(void (*handle_irq)(struct pt_regs *));
static inline int nr_legacy_irqs(void)
{
return 0;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Boris Ostrovsky | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
#endif /* !__ASSEMBLER__ */
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Catalin Marinas | 14 | 28.57% | 1 | 16.67% |
Boris Ostrovsky | 12 | 24.49% | 1 | 16.67% |
Marc Zyngier | 11 | 22.45% | 1 | 16.67% |
AKASHI Takahiro | 8 | 16.33% | 1 | 16.67% |
Chunyan Zhang | 3 | 6.12% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 2.04% | 1 | 16.67% |
Total | 49 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.