xref: /openbmc/linux/arch/mips/include/asm/hw_irq.h (revision 60063497)
1384740dcSRalf Baechle /*
2384740dcSRalf Baechle  * This file is subject to the terms and conditions of the GNU General Public
3384740dcSRalf Baechle  * License.  See the file "COPYING" in the main directory of this archive
4384740dcSRalf Baechle  * for more details.
5384740dcSRalf Baechle  *
6384740dcSRalf Baechle  * Copyright (C) 2000, 2001, 2002 by Ralf Baechle
7384740dcSRalf Baechle  */
8384740dcSRalf Baechle #ifndef __ASM_HW_IRQ_H
9384740dcSRalf Baechle #define __ASM_HW_IRQ_H
10384740dcSRalf Baechle 
1160063497SArun Sharma #include <linux/atomic.h>
12384740dcSRalf Baechle 
13384740dcSRalf Baechle extern atomic_t irq_err_count;
14384740dcSRalf Baechle 
15384740dcSRalf Baechle /*
1625985edcSLucas De Marchi  * interrupt-retrigger: NOP for now. This may not be appropriate for all
17384740dcSRalf Baechle  * machines, we'll see ...
18384740dcSRalf Baechle  */
19384740dcSRalf Baechle 
20384740dcSRalf Baechle #endif /* __ASM_HW_IRQ_H */
21