diff options
| author | 2008-12-02 12:48:23 +0100 | |
|---|---|---|
| committer | 2008-12-03 19:56:36 -0800 | |
| commit | fbe1fa46c66d45af8fb93cf82d4d4344cc6d431b (patch) | |
| tree | 9045df29caacc8efcd99c4792b2b0825cb2a3eed /src/fw.h | |
| parent | [libraw1394 patch] Fix raw1394_channel_modify() on firewire-core (diff) | |
[libraw1394 patch] Unify {ieee1394,fw}_bandwidth_modify()
because they do the same.
We only may want a separate fw_bandwidth_modify() in the future when
firewire-core gains a special ioctl() for that.
(Not runtime-tested, but it looks good to me.)
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Dan Dennedy <dan@dennedy.org>
Diffstat (limited to 'src/fw.h')
| -rw-r--r-- | src/fw.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -211,9 +211,6 @@ int fw_update_config_rom(fw_handle_t handle, const quadlet_t *new_rom, int fw_get_config_rom(fw_handle_t handle, quadlet_t *buffer, size_t buffersize, size_t *rom_size, unsigned char *rom_version); -int fw_bandwidth_modify (raw1394handle_t handle, - unsigned int bandwidth, - enum raw1394_modify_mode mode); int fw_iso_xmit_start(raw1394handle_t handle, int start_on_cycle, int prebuffer_packets); |
