Thomas Gleixner | 50acfb2 | 2019-05-29 07:18:00 -0700 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Palmer Dabbelt | 6d60b6e | 2017-07-10 18:05:09 -0700 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2012 Regents of the University of California |
| 4 | * Copyright (C) 2017 SiFive |
Palmer Dabbelt | 6d60b6e | 2017-07-10 18:05:09 -0700 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef _ASM_RISCV_IRQ_H |
| 8 | #define _ASM_RISCV_IRQ_H |
| 9 | |
| 10 | #define NR_IRQS 0 |
| 11 | |
Palmer Dabbelt | 6d60b6e | 2017-07-10 18:05:09 -0700 | [diff] [blame] | 12 | void riscv_timer_interrupt(void); |
Christoph Hellwig | b9d5535 | 2018-08-04 10:23:13 +0200 | [diff] [blame] | 13 | void riscv_software_interrupt(void); |
Palmer Dabbelt | 6d60b6e | 2017-07-10 18:05:09 -0700 | [diff] [blame] | 14 | |
| 15 | #include <asm-generic/irq.h> |
| 16 | |
| 17 | #endif /* _ASM_RISCV_IRQ_H */ |