Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.2 14 lines 274 B view raw
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 */ 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 14#endif