diff options
| author | 2009-05-30 13:18:59 +0200 | |
|---|---|---|
| committer | 2009-05-30 13:18:59 +0200 | |
| commit | efb814334e7c70cef7c8077f7edbc6b9980a88c7 (patch) | |
| tree | 25fb7ab3e07cb5bdd9cfa52b407a6ab1ea87fd7c /src/fw.h | |
| parent | Iso 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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |
