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 b68e9e2..92b679b 100644 --- a/sys/dev/firewire/fwohcivar.h +++ b/sys/dev/firewire/fwohcivar.h @@ -84,6 +84,7 @@ typedef struct fwohci_softc { void fwohci_intr __P((void *arg)); int fwohci_init __P((struct fwohci_softc *, device_t)); +void fwohci_poll __P((struct firewire_comm *, int, int)); 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)); |