diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-22 20:23:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-22 20:23:17 +0000 |
commit | 5d28e0fd0e2f66635d26a9436c3cf2cc001c67a5 (patch) | |
tree | 575e318881df100f2d5fe7c00ad5fde4666f8e64 /target/linux/brcm47xx-2.6/files/include | |
parent | d9b2f5c07bbb0cbe4b5e2b199960a02f7fc62b0e (diff) | |
download | mtk-20170518-5d28e0fd0e2f66635d26a9436c3cf2cc001c67a5.zip mtk-20170518-5d28e0fd0e2f66635d26a9436c3cf2cc001c67a5.tar.gz mtk-20170518-5d28e0fd0e2f66635d26a9436c3cf2cc001c67a5.tar.bz2 |
add brcm47xx-2.6 fixes from #1496
SVN-Revision: 6639
Diffstat (limited to 'target/linux/brcm47xx-2.6/files/include')
-rw-r--r-- | target/linux/brcm47xx-2.6/files/include/linux/ssb/ssb_driver_chipcommon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/brcm47xx-2.6/files/include/linux/ssb/ssb_driver_chipcommon.h b/target/linux/brcm47xx-2.6/files/include/linux/ssb/ssb_driver_chipcommon.h index ba0b870..e0c0e61 100644 --- a/target/linux/brcm47xx-2.6/files/include/linux/ssb/ssb_driver_chipcommon.h +++ b/target/linux/brcm47xx-2.6/files/include/linux/ssb/ssb_driver_chipcommon.h @@ -364,6 +364,8 @@ extern void ssb_chipcommon_init(struct ssb_chipcommon *cc); extern void ssb_chipco_suspend(struct ssb_chipcommon *cc, pm_message_t state); extern void ssb_chipco_resume(struct ssb_chipcommon *cc); +extern void ssb_chipco_get_clockcpu(struct ssb_chipcommon *cc, u32 chip_id, + u32 *rate, u32 *plltype, u32 *n, u32 *m); extern void ssb_chipco_get_clockcontrol(struct ssb_chipcommon *cc, u32 *plltype, u32 *n, u32 *m); extern void ssb_chipco_timing_init(struct ssb_chipcommon *cc, |