1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * This file is subject to the terms and conditions of the GNU General Public 4 * License. See the file "COPYING" in the main directory of this archive 5 * for more details. 6 * 7 * Copyright (C) 2000, 2001, 2002 by Ralf Baechle 8 * Copyright (C) 2020 Loongson Technology Corporation Limited 9 */ 10 #ifndef __ASM_HW_IRQ_H 11 #define __ASM_HW_IRQ_H 12 13 #include <linux/atomic.h> 14 15 extern atomic_t irq_err_count; 16 17 /* 18 * interrupt-retrigger: NOP for now. This may not be appropriate for all 19 * machines, we'll see ... 20 */ 21 22 #endif /* __ASM_HW_IRQ_H */ 23