patch-2.4.10 linux/include/asm-mips/dec/interrupts.h
Next file: linux/include/asm-mips/dec/ioasic.h
Previous file: linux/include/asm-mips/ddb5xxx/pci.h
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Sun Sep 9 10:43:01 2001
- Orig file:
v2.4.9/linux/include/asm-mips/dec/interrupts.h
- Orig date:
Fri Jun 25 17:37:53 1999
diff -u --recursive --new-file v2.4.9/linux/include/asm-mips/dec/interrupts.h linux/include/asm-mips/dec/interrupts.h
@@ -36,7 +36,7 @@
#define NR_INTS 11
-#ifndef _LANGUAGE_ASSEMBLY
+#ifndef __ASSEMBLY__
/*
* Data structure to hide the differences between the DECstation Interrupts
*
@@ -50,6 +50,12 @@
unsigned int iemask; /* enabling interrupts in IRQ Controller */
} decint_t;
+extern volatile unsigned int *isr;
+ /* address of the interrupt status register */
+extern volatile unsigned int *imr;
+ /* address of the interrupt mask register */
+extern decint_t dec_interrupt[NR_INTS];
+
/*
* Interrupt table structure to hide differences between different
* systems such.
@@ -68,10 +74,8 @@
extern void dec_intr_rtc(void);
extern void kn02_io_int(void);
-extern void kn02ba_io_int(void);
+extern void kn02xa_io_int(void);
extern void kn03_io_int(void);
-
-extern void intr_halt(void);
extern void asic_intr_unimplemented(void);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)