patch-2.1.115 linux/include/asm-sparc64/ebus.h
Next file: linux/include/asm-sparc64/envctrl.h
Previous file: linux/include/asm-sparc64/bitops.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue Aug 4 16:03:35 1998
- Orig file:
v2.1.114/linux/include/asm-sparc64/ebus.h
- Orig date:
Fri May 8 23:14:56 1998
diff -u --recursive --new-file v2.1.114/linux/include/asm-sparc64/ebus.h linux/include/asm-sparc64/ebus.h
@@ -1,4 +1,4 @@
-/* $Id: ebus.h,v 1.6 1998/04/13 07:27:07 davem Exp $
+/* $Id: ebus.h,v 1.8 1998/05/07 21:00:27 ecd Exp $
* ebus.h: PCI to Ebus pseudo driver software state.
*
* Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be)
@@ -92,10 +92,5 @@
#define for_each_edevchild(dev, child) \
for((child) = (dev)->children; (child); (child) = (child)->next)
-
-#define for_all_ebusdev(dev, bus) \
- for ((bus) = ebus_chain, ((dev) = (bus) ? (bus)->devices : 0); \
- (bus); ((dev) = (dev)->next ? (dev)->next : \
- ((bus) = (bus)->next, (bus) ? (bus)->devices : 0)))
#endif /* !(__SPARC64_EBUS_H) */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov