summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/firewire/fwmem.h')
-rw-r--r--sys/dev/firewire/fwmem.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/dev/firewire/fwmem.h b/sys/dev/firewire/fwmem.h
index 0567f81..f9442bb 100644
--- a/sys/dev/firewire/fwmem.h
+++ b/sys/dev/firewire/fwmem.h
@@ -35,13 +35,13 @@
*/
struct fw_xfer *fwmem_read_quad(struct fw_device *, caddr_t, u_int8_t,
- u_int16_t, u_int32_t, void (*)(struct fw_xfer *));
+ u_int16_t, u_int32_t, void *, void (*)(struct fw_xfer *));
struct fw_xfer *fwmem_write_quad(struct fw_device *, caddr_t, u_int8_t,
- u_int16_t, u_int32_t, u_int32_t, void (*)(struct fw_xfer *));
+ u_int16_t, u_int32_t, void *, void (*)(struct fw_xfer *));
struct fw_xfer *fwmem_read_block(struct fw_device *, caddr_t, u_int8_t,
- u_int16_t, u_int32_t, int, void (*)(struct fw_xfer *));
+ u_int16_t, u_int32_t, int, void *, void (*)(struct fw_xfer *));
struct fw_xfer *fwmem_write_block(struct fw_device *, caddr_t, u_int8_t,
- u_int16_t, u_int32_t, int, char *, void (*)(struct fw_xfer *));
+ u_int16_t, u_int32_t, int, void *, void (*)(struct fw_xfer *));
d_open_t fwmem_open;
d_close_t fwmem_close;
@@ -50,3 +50,4 @@ d_read_t fwmem_read;
d_write_t fwmem_write;
d_poll_t fwmem_poll;
d_mmap_t fwmem_mmap;
+d_strategy_t fwmem_strategy;
OpenPOWER on IntegriCloud