summaryrefslogtreecommitdiffstats
path: root/src/fw.h
diff options
context:
space:
mode:
authorGravatar Stefan Richter 2008-12-02 12:48:23 +0100
committerGravatar Dan Dennedy 2008-12-03 19:56:36 -0800
commitfbe1fa46c66d45af8fb93cf82d4d4344cc6d431b (patch)
tree9045df29caacc8efcd99c4792b2b0825cb2a3eed /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 '')
-rw-r--r--src/fw.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fw.h b/src/fw.h
index 0bb3fcd..5b99245 100644
--- a/src/fw.h
+++ b/src/fw.h
@@ -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);