summaryrefslogtreecommitdiffstats
path: root/src/fw.h
diff options
context:
space:
mode:
authorGravatar Stefan Richter 2009-05-30 13:18:59 +0200
committerGravatar Stefan Richter 2009-05-30 13:18:59 +0200
commitefb814334e7c70cef7c8077f7edbc6b9980a88c7 (patch)
tree25fb7ab3e07cb5bdd9cfa52b407a6ab1ea87fd7c /src/fw.h
parentIso reception: Use packet timestamps in juju ABI v2 (diff)
Use new async stream ioctl
This implements asynchronous streams on juju, i.e. enables raw1394_async_stream() and raw1394_start_async_stream() to work with the new firewire kernel stack. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to '')
-rw-r--r--src/fw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fw.h b/src/fw.h
index ffd2c05..04e2b06 100644
--- a/src/fw.h
+++ b/src/fw.h
@@ -189,7 +189,7 @@ int fw_lock(raw1394handle_t handle, nodeid_t node, nodeaddr_t addr,
int fw_lock64(raw1394handle_t handle, nodeid_t node, nodeaddr_t addr,
unsigned int extcode, octlet_t data, octlet_t arg,
octlet_t *result);
-int fw_async_stream(fw_handle_t handle, unsigned int channel,
+int fw_async_stream(raw1394handle_t handle, unsigned int channel,
unsigned int tag, unsigned int sy, unsigned int speed,
size_t length, quadlet_t *data);
int fw_async_send(fw_handle_t handle,