summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1995-04-03 21:22:37 +0000
committermycroft <mycroft@NetBSD.org>1995-04-03 21:22:37 +0000
commitc04ae31e950ef2165fa9c5537c77f63d8cfd947b (patch)
tree5cae442290fe7b58205f71452889eacf7bdc3c81 /sys/dev
parent90857152291de00a780efcdc9caa9eae52f0bc70 (diff)
Prototype iexmit().
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/if_ie.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/isa/if_ie.c b/sys/dev/isa/if_ie.c
index 6c5a51e5bca..8c33696666e 100644
--- a/sys/dev/isa/if_ie.c
+++ b/sys/dev/isa/if_ie.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ie.c,v 1.33 1995/04/03 21:17:13 mycroft Exp $ */
+/* $NetBSD: if_ie.c,v 1.34 1995/04/03 21:22:37 mycroft Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995 Charles Hannum.
@@ -273,6 +273,7 @@ static int command_and_wait __P((struct ie_softc *, int,
void volatile *, int));
void ierint __P((struct ie_softc *));
void ietint __P((struct ie_softc *));
+void iexmit __P((struct ie_softc *));
struct mbuf *ieget __P((struct ie_softc *,
struct ether_header *, int *));
void iememinit __P((void *, struct ie_softc *));
@@ -917,7 +918,7 @@ ie_packet_len(sc)
* command to the chip to be executed. On the way, if we have a BPF listener
* also give him a copy.
*/
-inline static void
+void
iexmit(sc)
struct ie_softc *sc;
{