diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-03-27 17:23:11 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-03-27 13:39:09 -0400 |
commit | 6951618b4b0bb022429ab17d49f2fa3650f21cb4 (patch) | |
tree | 9c9c449cfcd82cda9ac047f67c5f15e51d873e15 /include | |
parent | d6b688cf2f7ca3e168acc73597f4d7102ae663fa (diff) | |
download | linux-6951618b4b0bb022429ab17d49f2fa3650f21cb4.tar.gz linux-6951618b4b0bb022429ab17d49f2fa3650f21cb4.tar.bz2 linux-6951618b4b0bb022429ab17d49f2fa3650f21cb4.zip |
bcma: export bcma_chipco_get_alp_clock()
This function will be used by brcmsmac.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/bcma/bcma_driver_chipcommon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma_driver_chipcommon.h b/include/linux/bcma/bcma_driver_chipcommon.h index 1db4c6de372e..453fcc914683 100644 --- a/include/linux/bcma/bcma_driver_chipcommon.h +++ b/include/linux/bcma/bcma_driver_chipcommon.h @@ -608,6 +608,8 @@ void bcma_chipco_bcm4331_ext_pa_lines_ctl(struct bcma_drv_cc *cc, bool enable); extern u32 bcma_chipco_watchdog_timer_set(struct bcma_drv_cc *cc, u32 ticks); +extern u32 bcma_chipco_get_alp_clock(struct bcma_drv_cc *cc); + void bcma_chipco_irq_mask(struct bcma_drv_cc *cc, u32 mask, u32 value); u32 bcma_chipco_irq_status(struct bcma_drv_cc *cc, u32 mask); |