Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  *  include/asm-mips/irq_cpu.h
0004  *
0005  *  MIPS CPU interrupt definitions.
0006  *
0007  *  Copyright (C) 2002  Maciej W. Rozycki
0008  */
0009 #ifndef _ASM_IRQ_CPU_H
0010 #define _ASM_IRQ_CPU_H
0011 
0012 extern void mips_cpu_irq_init(void);
0013 
0014 #ifdef CONFIG_IRQ_DOMAIN
0015 struct device_node;
0016 extern int mips_cpu_irq_of_init(struct device_node *of_node,
0017                 struct device_node *parent);
0018 #endif
0019 
0020 #endif /* _ASM_IRQ_CPU_H */