summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-01-31 14:14:45 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-01-31 14:14:45 +0000
commitba3129cb87d339b9e1e4f8df345adcb6842aceb5 (patch)
tree3f53e9f8e8e18649ac149b6d6ffb689b1e453e4f
parent64cf5240a95a9f39e59aecd22b2590d4f7b24d7b (diff)
Notes
-rw-r--r--sys/dev/firewire/fwohcivar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h
index e3b50eac4e03..643c0ded3b98 100644
--- a/sys/dev/firewire/fwohcivar.h
+++ b/sys/dev/firewire/fwohcivar.h
@@ -74,4 +74,4 @@ int fwohci_init __P((struct fwohci_softc *, device_t));
void fwohci_reset __P((struct fwohci_softc *, device_t));
int fwohci_detach __P((struct fwohci_softc *, device_t));
int fwohci_resume __P((struct fwohci_softc *, device_t));
-int fwohci_shutdown __P((struct fwohci_softc *, device_t dev));
+int fwohci_stop __P((struct fwohci_softc *, device_t dev));