summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_epvar.h
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-03-29 22:27:41 +0000
committermdodd <mdodd@FreeBSD.org>2003-03-29 22:27:41 +0000
commit446c24ca7a6af68dfed415abc309c05b74ba2e28 (patch)
treebe62e62d30921bff99da6055e80e0cf3a53f379b /sys/dev/ep/if_epvar.h
parentcdc67e7072fb97bd41f4db2549ff13b3366ae34d (diff)
downloadFreeBSD-src-446c24ca7a6af68dfed415abc309c05b74ba2e28.zip
FreeBSD-src-446c24ca7a6af68dfed415abc309c05b74ba2e28.tar.gz
- Free interrupt handler in ep_free().
- Move ep_pccard_detach() to if_ep.c and rename to ep_detach() - Specify detach methods for all bus frontends.
Diffstat (limited to 'sys/dev/ep/if_epvar.h')
-rw-r--r--sys/dev/ep/if_epvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ep/if_epvar.h b/sys/dev/ep/if_epvar.h
index f32a801..b9d4107 100644
--- a/sys/dev/ep/if_epvar.h
+++ b/sys/dev/ep/if_epvar.h
@@ -76,6 +76,7 @@ struct ep_softc {
int ep_alloc (device_t);
void ep_free (device_t);
+int ep_detach (device_t);
void ep_get_media (struct ep_softc *);
int ep_attach (struct ep_softc *);
void ep_intr (void *);
OpenPOWER on IntegriCloud