diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-15 22:28:53 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-15 22:28:53 +0000 |
commit | 1e7fc55183c5f5a90037cd6f1a8414255baa1935 (patch) | |
tree | 7c4ae5e983a8f56fa9ed9fc90fe77dccb7174e85 /sys/dev/ic/elink3var.h | |
parent | 21e20a3eb794ad595cdf19801783558003423cb6 (diff) |
Support the ejection of mii ep(4) devices, i.e., the 3c574.
Diffstat (limited to 'sys/dev/ic/elink3var.h')
-rw-r--r-- | sys/dev/ic/elink3var.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/elink3var.h b/sys/dev/ic/elink3var.h index beaa557aaf5..063a8875b1f 100644 --- a/sys/dev/ic/elink3var.h +++ b/sys/dev/ic/elink3var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: elink3var.h,v 1.14 2000/05/29 18:04:07 aaron Exp $ */ +/* $OpenBSD: elink3var.h,v 1.15 2000/09/15 22:28:51 aaron Exp $ */ /* $NetBSD: elink3var.h,v 1.12 1997/03/30 22:47:11 jonathan Exp $ */ /* @@ -92,3 +92,4 @@ void epconfig __P((struct ep_softc *, u_short, u_int8_t *)); int epintr __P((void *)); void epstop __P((struct ep_softc *)); void epinit __P((struct ep_softc *)); +int ep_detach __P((struct device *)); |