diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-07-01 21:48:09 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-07-01 21:48:09 +0000 |
commit | edae86d8f4e8469b2861e3ab013838b6e1783469 (patch) | |
tree | c3208b0c2385ef27fb6d385ad1d98420b29963b1 /sys/dev/ic/revar.h | |
parent | fbb7b02884ed17bc3db1de982fceab85a6675676 (diff) |
(fxp/re)_attach_common -> (fxp/re)_attach
Diffstat (limited to 'sys/dev/ic/revar.h')
-rw-r--r-- | sys/dev/ic/revar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/revar.h b/sys/dev/ic/revar.h index 2071d2af4c7..46b07b12c27 100644 --- a/sys/dev/ic/revar.h +++ b/sys/dev/ic/revar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: revar.h,v 1.1 2005/01/14 01:08:11 pvalchev Exp $ */ +/* $OpenBSD: revar.h,v 1.2 2006/07/01 21:48:08 brad Exp $ */ /* * Copyright (c) 2005 Peter Valchev <pvalchev@openbsd.org> @@ -17,6 +17,6 @@ */ extern int re_intr(void *); -extern void re_attach_common(struct rl_softc *); +extern void re_attach(struct rl_softc *); extern int re_init(struct ifnet *); extern void re_stop(struct rl_softc *); |