summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwmem.h
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2002-11-12 11:15:01 +0000
committersimokawa <simokawa@FreeBSD.org>2002-11-12 11:15:01 +0000
commit7c6dbbe64bade8eea6c2965c708dc39760c85fc8 (patch)
tree3180421e984a8187332ef2d3d23e3df3e70fb251 /sys/dev/firewire/fwmem.h
parent664569e8ec73d9d5c46c2205ff00a99e5c7319c4 (diff)
downloadFreeBSD-src-7c6dbbe64bade8eea6c2965c708dc39760c85fc8.zip
FreeBSD-src-7c6dbbe64bade8eea6c2965c708dc39760c85fc8.tar.gz
Change interface of fwmem_read_*() functions to be usable from other part
of the module.
Diffstat (limited to 'sys/dev/firewire/fwmem.h')
-rw-r--r--sys/dev/firewire/fwmem.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/firewire/fwmem.h b/sys/dev/firewire/fwmem.h
index 30f7641..753fbd5 100644
--- a/sys/dev/firewire/fwmem.h
+++ b/sys/dev/firewire/fwmem.h
@@ -34,10 +34,10 @@
* $FreeBSD$
*/
-struct fw_xfer * fwmem_read_quad(struct firewire_comm *,
- int, u_int16_t, u_int32_t);
-struct fw_xfer * fwmem_read_block(struct firewire_comm *,
- int, u_int16_t, u_int32_t, int);
+struct fw_xfer *fwmem_read_quad(struct firewire_comm *, u_int8_t, int,
+ u_int16_t, u_int32_t, void (*)(struct fw_xfer *));
+struct fw_xfer *fwmem_read_block(struct firewire_comm *, u_int8_t, int,
+ u_int16_t, u_int32_t, int, void (*)(struct fw_xfer *));
d_open_t fwmem_open;
d_close_t fwmem_close;
d_ioctl_t fwmem_ioctl;
OpenPOWER on IntegriCloud