Linux Audio

Check our new training course

Loading...
v3.1
 
1#ifndef __ASM_MACH_VR41XX_IRQ_H
2#define __ASM_MACH_VR41XX_IRQ_H
3
4#include <asm/vr41xx/irq.h> /* for MIPS_CPU_IRQ_BASE */
5
6#include_next <irq.h>
7
8#endif /* __ASM_MACH_VR41XX_IRQ_H */
v5.9
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __ASM_MACH_VR41XX_IRQ_H
3#define __ASM_MACH_VR41XX_IRQ_H
4
5#include <asm/vr41xx/irq.h> /* for MIPS_CPU_IRQ_BASE */
6
7#include <asm/mach-generic/irq.h>
8
9#endif /* __ASM_MACH_VR41XX_IRQ_H */