]> Git Repo - linux.git/blob - arch/loongarch/include/asm/hw_irq.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / arch / loongarch / include / asm / hw_irq.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
4  */
5 #ifndef __ASM_HW_IRQ_H
6 #define __ASM_HW_IRQ_H
7
8 #include <linux/atomic.h>
9
10 extern atomic_t irq_err_count;
11
12 /*
13  * interrupt-retrigger: NOP for now. This may not be appropriate for all
14  * machines, we'll see ...
15  */
16
17 #endif /* __ASM_HW_IRQ_H */
This page took 0.034222 seconds and 4 git commands to generate.