2019-05-29 14:18:00 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2017-07-11 01:05:09 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2012 Regents of the University of California
|
|
|
|
* Copyright (C) 2017 SiFive
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _ASM_RISCV_IRQ_H
|
|
|
|
#define _ASM_RISCV_IRQ_H
|
|
|
|
|
2019-10-17 22:21:28 +00:00
|
|
|
#include <linux/interrupt.h>
|
|
|
|
#include <linux/linkage.h>
|
|
|
|
|
2017-07-11 01:05:09 +00:00
|
|
|
#include <asm-generic/irq.h>
|
|
|
|
|
|
|
|
#endif /* _ASM_RISCV_IRQ_H */
|