summaryrefslogtreecommitdiff
path: root/drivers/qe/qe.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-17 08:25:45 -0600
committerWolfgang Denk <wd@denx.de>2008-02-12 00:36:21 +0100
commit69018ce2e086e9caf35b914d675b82bc4888f077 (patch)
treeb1d1fa5e876aad9350c0399d16b1e42d8da06de0 /drivers/qe/qe.h
parent37e3c62fa07a823e7569c872e3a9395d227ed8e3 (diff)
QE: Move FDT support into a common file
Move the flat device tree setup for QE related devices into a common file shared between 83xx & 85xx platforms that have QE's. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers/qe/qe.h')
-rw-r--r--drivers/qe/qe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/qe/qe.h b/drivers/qe/qe.h
index 4c96c67ff3..741ed7fa4a 100644
--- a/drivers/qe/qe.h
+++ b/drivers/qe/qe.h
@@ -289,5 +289,6 @@ int qe_set_brg(uint brg, uint rate);
int qe_set_mii_clk_src(int ucc_num);
int qe_upload_firmware(const struct qe_firmware *firmware);
struct qe_firmware_info *qe_get_firmware_info(void);
+void ft_qe_setup(void *blob);
#endif /* __QE_H__ */