summaryrefslogtreecommitdiffstats
path: root/sys/dev/hme/if_hmevar.h
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2003-01-09 00:45:10 +0000
committertmm <tmm@FreeBSD.org>2003-01-09 00:45:10 +0000
commitc1f62b116da233e3f8b8c4cf1b84df4f40ca2633 (patch)
tree1f434fbb34b47f7e7f77bfa126173dc1155de01f /sys/dev/hme/if_hmevar.h
parent186300a2ca9c50556d656c3ae2dba83969a65d7f (diff)
downloadFreeBSD-src-c1f62b116da233e3f8b8c4cf1b84df4f40ca2633.zip
FreeBSD-src-c1f62b116da233e3f8b8c4cf1b84df4f40ca2633.tar.gz
Add detach, shutdown, suspend and resume methods.
Tested by: jake
Diffstat (limited to 'sys/dev/hme/if_hmevar.h')
-rw-r--r--sys/dev/hme/if_hmevar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/hme/if_hmevar.h b/sys/dev/hme/if_hmevar.h
index 4c04cd3..7e1c5ed 100644
--- a/sys/dev/hme/if_hmevar.h
+++ b/sys/dev/hme/if_hmevar.h
@@ -150,6 +150,9 @@ struct hme_softc {
extern devclass_t hme_devclass;
int hme_config(struct hme_softc *);
+void hme_detach(struct hme_softc *);
+void hme_suspend(struct hme_softc *);
+void hme_resume(struct hme_softc *);
void hme_intr(void *);
/* MII methods & callbacks */
OpenPOWER on IntegriCloud