summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-01-31 14:14:45 +0000
committersimokawa <simokawa@FreeBSD.org>2003-01-31 14:14:45 +0000
commitbfede02c1b8abf5092bb26906adccb6eaa851044 (patch)
tree3f53e9f8e8e18649ac149b6d6ffb689b1e453e4f /sys
parent30013fce110fa84157697face2a7b27ba4ac3fae (diff)
downloadFreeBSD-src-bfede02c1b8abf5092bb26906adccb6eaa851044.zip
FreeBSD-src-bfede02c1b8abf5092bb26906adccb6eaa851044.tar.gz
function name change.
Diffstat (limited to 'sys')
-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 e3b50ea..643c0de 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));
OpenPOWER on IntegriCloud