patch-2.1.101 linux/include/asm-sparc64/ebus.h
Next file: linux/include/asm-sparc64/ide.h
Previous file: linux/include/asm-sparc64/dma.h
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Fri May  8 00:11:36 1998
-  Orig file: 
v2.1.100/linux/include/asm-sparc64/ebus.h
-  Orig date: 
Thu Apr 23 20:21:38 1998
diff -u --recursive --new-file v2.1.100/linux/include/asm-sparc64/ebus.h linux/include/asm-sparc64/ebus.h
@@ -1,4 +1,4 @@
-/* $Id: ebus.h,v 1.5 1998/03/15 10:14:46 ecd Exp $
+/* $Id: ebus.h,v 1.6 1998/04/13 07:27:07 davem Exp $
  * ebus.h: PCI to Ebus pseudo driver software state.
  *
  * Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be)
@@ -82,7 +82,7 @@
 
 extern struct linux_ebus		*ebus_chain;
 
-extern unsigned long ebus_init(unsigned long, unsigned long);
+extern void ebus_init(void);
 
 #define for_each_ebus(bus)						\
         for((bus) = ebus_chain; (bus); (bus) = (bus)->next)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov