diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-06-27 00:27:33 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-06-27 00:27:33 +0000 |
| commit | 740b10aaa94930499c5513bfbbe7942536d5c0df (patch) | |
| tree | 13a2cc875ac6c9cca2cda99151d4bc90abb94b80 /sys/dev/firewire/fwohcivar.h | |
| parent | 087f17b85e9ae943c1f63b8351e143b711099467 (diff) | |
Notes
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 b68e9e24a20e..92b679bbe3f0 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)); |
