diff options
author | simokawa <simokawa@FreeBSD.org> | 2003-01-01 08:25:32 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 2003-01-01 08:25:32 +0000 |
commit | f938a61829162b8a8d060914977937cc2ce036d7 (patch) | |
tree | d44512a8eb53ca08c060e590375d817c4fb56d89 /sys/dev/firewire/fwohcivar.h | |
parent | 7f7b3dea2b569e4423622045c031c7a9df33d130 (diff) | |
download | FreeBSD-src-f938a61829162b8a8d060914977937cc2ce036d7.zip FreeBSD-src-f938a61829162b8a8d060914977937cc2ce036d7.tar.gz |
Experimental support for suspend/resume, not finished yet.
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)); |