blob: 13ce3727227929b8f5a60a49fa9283ff6698dba8 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-or-later */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Copyright (C) 2013 Altera Corporation
4 * Copyright (C) 2011 Tobias Klauser <tklauser@distanz.ch>
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00005 */
6
7#ifndef _ASM_NIOS2_IRQ_H
8#define _ASM_NIOS2_IRQ_H
9
10#define NIOS2_CPU_NR_IRQS 32
11
12#include <asm-generic/irq.h>
13#include <linux/irqdomain.h>
14
15#endif