blob: e4c435509983e544f73150ef4f6e7bd5a7267c85 [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
Paul Walmsley5ed881b2019-10-17 15:21:28 -070010#include <linux/interrupt.h>
11#include <linux/linkage.h>
12
Palmer Dabbelt6d60b6e2017-07-10 18:05:09 -070013#include <asm-generic/irq.h>
14
Nanyong Sun004570c2021-03-05 19:33:25 +080015extern void __init init_IRQ(void);
16
Palmer Dabbelt6d60b6e2017-07-10 18:05:09 -070017#endif /* _ASM_RISCV_IRQ_H */