diff options
Diffstat (limited to 'sys/dev/firewire/fwohcivar.h')
| -rw-r--r-- | sys/dev/firewire/fwohcivar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h index fcfa26e9eaf7..5e657cfe10c0 100644 --- a/sys/dev/firewire/fwohcivar.h +++ b/sys/dev/firewire/fwohcivar.h @@ -70,4 +70,5 @@ void fwohci_intr __P((void *arg)); 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_shutdown __P((device_t dev)); +int fwohci_resume __P((struct fwohci_softc *, device_t)); +int fwohci_shutdown __P((struct fwohci_softc *, device_t dev)); |
