blob: 75576424c0f70c20d34e95419224a08837ab363b [file] [log] [blame]
Thomas Gleixner50acfb22019-05-29 07:18:00 -07001/* SPDX-License-Identifier: GPL-2.0-only */
Palmer Dabbelt6d60b6e2017-07-10 18:05:09 -07002/*
3 * Copyright (C) 2012 Regents of the University of California
4 * Copyright (C) 2017 SiFive
Palmer Dabbelt6d60b6e2017-07-10 18:05:09 -07005 */
6
7#ifndef _ASM_RISCV_IRQ_H
8#define _ASM_RISCV_IRQ_H
9
10#define NR_IRQS 0
11
Palmer Dabbelt6d60b6e2017-07-10 18:05:09 -070012void riscv_timer_interrupt(void);
Christoph Hellwigb9d55352018-08-04 10:23:13 +020013void riscv_software_interrupt(void);
Palmer Dabbelt6d60b6e2017-07-10 18:05:09 -070014
15#include <asm-generic/irq.h>
16
17#endif /* _ASM_RISCV_IRQ_H */