diff options
Diffstat (limited to 'sys/dev/firewire/fwohcivar.h')
-rw-r--r-- | sys/dev/firewire/fwohcivar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h index 0a77c7e..fcfa26e 100644 --- a/sys/dev/firewire/fwohcivar.h +++ b/sys/dev/firewire/fwohcivar.h @@ -68,5 +68,6 @@ typedef struct fwohci_softc { } fwohci_softc_t; 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)); |