irq.h 274 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Copyright (C) 2013 Altera Corporation
  4. * Copyright (C) 2011 Tobias Klauser <[email protected]>
  5. */
  6. #ifndef _ASM_NIOS2_IRQ_H
  7. #define _ASM_NIOS2_IRQ_H
  8. #define NIOS2_CPU_NR_IRQS 32
  9. #include <asm-generic/irq.h>
  10. #endif