diff options
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/re.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/revar.h | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/re.c b/sys/dev/ic/re.c index 36293124453..29069056e6f 100644 --- a/sys/dev/ic/re.c +++ b/sys/dev/ic/re.c @@ -1,4 +1,4 @@ -/* $OpenBSD: re.c,v 1.115 2009/11/13 23:50:30 sthen Exp $ */ +/* $OpenBSD: re.c,v 1.116 2009/11/24 17:40:43 kettenis Exp $ */ /* $FreeBSD: if_re.c,v 1.31 2004/09/04 07:54:05 ru Exp $ */ /* * Copyright (c) 1997, 1998-2003 @@ -187,7 +187,6 @@ void re_miibus_writereg(struct device *, int, int, int); void re_miibus_statchg(struct device *); void re_iff(struct rl_softc *); -void re_reset(struct rl_softc *); void re_setup_hw_im(struct rl_softc *); void re_setup_sim_im(struct rl_softc *); diff --git a/sys/dev/ic/revar.h b/sys/dev/ic/revar.h index b2034299033..ba96758a6fd 100644 --- a/sys/dev/ic/revar.h +++ b/sys/dev/ic/revar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: revar.h,v 1.5 2006/11/28 20:04:02 brad Exp $ */ +/* $OpenBSD: revar.h,v 1.6 2009/11/24 17:40:43 kettenis Exp $ */ /* * Copyright (c) 2005 Peter Valchev <pvalchev@openbsd.org> @@ -18,5 +18,6 @@ int re_intr(void *); int re_attach(struct rl_softc *, const char *); +void re_reset(struct rl_softc *); int re_init(struct ifnet *); void re_stop(struct ifnet *, int); |