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) 1997, 98, 99, 2000, 01, 05 Ralf Baechle (ralf@linux-mips.org)
0007  * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
0008  * Copyright (C) 2001 MIPS Technologies, Inc.
0009  */
0010 #ifndef _ASM_HARDIRQ_H
0011 #define _ASM_HARDIRQ_H
0012 
0013 extern void ack_bad_irq(unsigned int irq);
0014 #define ack_bad_irq ack_bad_irq
0015 
0016 #include <asm-generic/hardirq.h>
0017 
0018 #endif /* _ASM_HARDIRQ_H */