Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is subject to the terms and conditions of the GNU General Public
0003  * License.  See the file "COPYING" in the main directory of this archive
0004  * for more details.
0005  *
0006  * Copyright (C) 2000, 2001, 2002 by Ralf Baechle
0007  */
0008 #ifndef __ASM_HW_IRQ_H
0009 #define __ASM_HW_IRQ_H
0010 
0011 #include <linux/atomic.h>
0012 
0013 extern atomic_t irq_err_count;
0014 
0015 /*
0016  * interrupt-retrigger: NOP for now. This may not be appropriate for all
0017  * machines, we'll see ...
0018  */
0019 
0020 #endif /* __ASM_HW_IRQ_H */