patch-2.1.126 linux/include/asm-mips/irq.h

Next file: linux/include/asm-mips/jazz.h
Previous file: linux/include/asm-mips/ioctls.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.125/linux/include/asm-mips/irq.h linux/include/asm-mips/irq.h
@@ -1,13 +1,11 @@
-/*
- * include/asm-mips/irq.h
+/* $Id: irq.h,v 1.4 1998/05/28 03:18:13 ralf Exp $
  *
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file "COPYING" in the main directory of this archive
  * for more details.
  *
- * Copyright (C) 1994 by Waldorf GMBH
- * written by Ralf Baechle
- *
+ * Copyright (C) 1994 by Waldorf GMBH, written by Ralf Baechle
+ * Copyright (C) 1995, 1996, 1997, 1998 by Ralf Baechle
  */
 #ifndef __ASM_MIPS_IRQ_H
 #define __ASM_MIPS_IRQ_H
@@ -34,5 +32,8 @@
 #define irq_enter(cpu, irq)     (++local_irq_count[cpu])
 #define irq_exit(cpu, irq)      (--local_irq_count[cpu])
 #endif
+
+/* Machine specific interrupt initialization  */
+extern void (*irq_setup)(void);
 
 #endif /* __ASM_MIPS_IRQ_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov