Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / nios2 / include / asm / irq.h
blobc52c94884e93d5a9a35db26b7373b98785a2d64b
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Copyright (C) 2013 Altera Corporation
4 * Copyright (C) 2011 Tobias Klauser <tklauser@distanz.ch>
5 */
7 #ifndef _ASM_NIOS2_IRQ_H
8 #define _ASM_NIOS2_IRQ_H
10 #define NIOS2_CPU_NR_IRQS 32
12 #include <asm-generic/irq.h>
14 #endif