summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-07-09 11:00:28 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-07-09 11:00:28 +0000
commitc3944c12b2895e27f88009946d490d79fdb8fb73 (patch)
treea1a929b052953feb723470e57345a5af6c613115 /sys/arch/macppc
parent850cce041528fc75041d5d6d84216d91a9da94f1 (diff)
move common declarations to if_wivar.h; mickey@ and millert@ ok.
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r--sys/arch/macppc/dev/if_wi_obio.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/macppc/dev/if_wi_obio.c b/sys/arch/macppc/dev/if_wi_obio.c
index 4af91bfd966..b193939480c 100644
--- a/sys/arch/macppc/dev/if_wi_obio.c
+++ b/sys/arch/macppc/dev/if_wi_obio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wi_obio.c,v 1.5 2002/06/09 03:47:23 drahn Exp $ */
+/* $OpenBSD: if_wi_obio.c,v 1.6 2002/07/09 11:00:27 fgsch Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -77,12 +77,6 @@ void wi_obio_attach(struct device *, struct device *, void *);
int wi_obio_enable(struct wi_softc *sc);
void wi_obio_disable(struct wi_softc *sc);
-
-int wi_intr(void *);
-int wi_attach(struct wi_softc *);
-void wi_init(void *);
-void wi_stop(struct wi_softc *);
-
struct wi_obio_softc {
struct wi_softc sc_wi;
u_int keywest;