diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-07-09 11:00:28 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-07-09 11:00:28 +0000 |
commit | c3944c12b2895e27f88009946d490d79fdb8fb73 (patch) | |
tree | a1a929b052953feb723470e57345a5af6c613115 /sys/dev/pcmcia | |
parent | 850cce041528fc75041d5d6d84216d91a9da94f1 (diff) |
move common declarations to if_wivar.h; mickey@ and millert@ ok.
Diffstat (limited to 'sys/dev/pcmcia')
-rw-r--r-- | sys/dev/pcmcia/if_wi_pcmcia.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/pcmcia/if_wi_pcmcia.c b/sys/dev/pcmcia/if_wi_pcmcia.c index 8ef6965d25e..525661c309e 100644 --- a/sys/dev/pcmcia/if_wi_pcmcia.c +++ b/sys/dev/pcmcia/if_wi_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_pcmcia.c,v 1.37 2002/07/01 13:31:06 fgsch Exp $ */ +/* $OpenBSD: if_wi_pcmcia.c,v 1.38 2002/07/09 11:00:27 fgsch Exp $ */ /* $NetBSD: if_wi_pcmcia.c,v 1.14 2001/11/26 04:34:56 ichiro Exp $ */ /* @@ -75,12 +75,6 @@ void wi_pcmcia_attach(struct device *, struct device *, void *); int wi_pcmcia_detach(struct device *, int); int wi_pcmcia_activate(struct device *, enum devact); -int wi_intr(void *); -int wi_attach(struct wi_softc *); -void wi_cor_reset(struct wi_softc *); -void wi_init(struct wi_softc *); -void wi_stop(struct wi_softc *); - struct wi_pcmcia_softc { struct wi_softc sc_wi; |