From ba3129cb87d339b9e1e4f8df345adcb6842aceb5 Mon Sep 17 00:00:00 2001 From: Hidetoshi Shimokawa Date: Fri, 31 Jan 2003 14:14:45 +0000 Subject: [PATCH] function name change. --- sys/dev/firewire/fwohcivar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h index e3b50eac4e0..643c0ded3b9 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));