patch-2.1.79 linux/include/asm-sparc64/irq.h

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

diff -u --recursive --new-file v2.1.78/linux/include/asm-sparc64/irq.h linux/include/asm-sparc64/irq.h
@@ -1,4 +1,4 @@
-/* $Id: irq.h,v 1.6 1997/08/07 08:06:40 davem Exp $
+/* $Id: irq.h,v 1.7 1997/09/07 02:56:44 davem Exp $
  * irq.h: IRQ registers on the 64-bit Sparc.
  *
  * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
@@ -49,7 +49,8 @@
 
 extern int request_fast_irq(unsigned int irq,
 			    void (*handler)(int, void *, struct pt_regs *),
-			    unsigned long flags, __const__ char *devname);
+			    unsigned long flags, __const__ char *devname,
+			    void *dev_id);
 
 extern __inline__ void set_softint(unsigned long bits)
 {

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