patch-pre2.0.7 linux/include/asm-m68k/irq.h

Next file: linux/include/asm-m68k/machdep.h
Previous file: linux/include/asm-m68k/font.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file pre2.0.6/linux/include/asm-m68k/irq.h linux/include/asm-m68k/irq.h
@@ -95,7 +95,7 @@
 /*
  * This routine will remove an isr for the specified interrupt source.
  */
-extern int remove_isr (unsigned long source, isrfunc isr);
+extern int remove_isr (unsigned long source, isrfunc isr, void *data);
 
 /*
  * This routine will insert an isr_node_t into a chain of nodes, using
@@ -106,7 +106,7 @@
 /*
  * This routine will delete the isr node for isr from a chain of nodes
  */
-extern void delete_isr (isr_node_t **listp, isrfunc isr);
+extern void delete_isr (isr_node_t **listp, isrfunc isr, void *data);
 
 /*
  * This routine may be used to call the isr routines in the passed list.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this