summaryrefslogtreecommitdiff
path: root/drivers/ieee1394/csr.h
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2006-07-03 16:02:31 (GMT)
committerBen Collins <bcollins@ubuntu.com>2006-07-03 16:02:31 (GMT)
commitd8831d5554c2f295a6746e9d3b4cbd8bb13a540f (patch)
tree55c407be6dba1f3be07be382085732a3df7257b6 /drivers/ieee1394/csr.h
parentd83e7d8e7e9f41a9d0e68aaf24ec4e785dd071bb (diff)
downloadlinux-fsl-qoriq-d8831d5554c2f295a6746e9d3b4cbd8bb13a540f.tar.xz
[PATCH] ieee1394: clean up declarations of hpsb_*_config_rom
hpsb_update_config_rom() is defined in csr.c, not hosts.c. hpsb_get_config_rom() does not exist. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by: Ben Collins <bcollins@ubuntu.com>
Diffstat (limited to 'drivers/ieee1394/csr.h')
-rw-r--r--drivers/ieee1394/csr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/ieee1394/csr.h b/drivers/ieee1394/csr.h
index 2bc080f..f115465 100644
--- a/drivers/ieee1394/csr.h
+++ b/drivers/ieee1394/csr.h
@@ -91,4 +91,9 @@ extern struct csr1212_bus_ops csr_bus_ops;
int init_csr(void);
void cleanup_csr(void);
+/* hpsb_update_config_rom() is deprecated */
+struct hpsb_host;
+int hpsb_update_config_rom(struct hpsb_host *host, const quadlet_t *new_rom,
+ size_t size, unsigned char rom_version);
+
#endif /* _IEEE1394_CSR_H */