drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / mips / include / asm / irq_cpu.h
blob83d7331ab215ebbbe0c3dd60c038b6aee5d74a16
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * include/asm-mips/irq_cpu.h
5 * MIPS CPU interrupt definitions.
7 * Copyright (C) 2002 Maciej W. Rozycki
8 */
9 #ifndef _ASM_IRQ_CPU_H
10 #define _ASM_IRQ_CPU_H
12 extern void mips_cpu_irq_init(void);
14 #ifdef CONFIG_IRQ_DOMAIN
15 struct device_node;
16 extern int mips_cpu_irq_of_init(struct device_node *of_node,
17 struct device_node *parent);
18 #endif
20 #endif /* _ASM_IRQ_CPU_H */