aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bcma/bcma_driver_chipcommon.h
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-03-27 17:23:11 +0100
committerJohn W. Linville <linville@tuxdriver.com>2013-03-27 13:39:09 -0400
commit6951618b4b0bb022429ab17d49f2fa3650f21cb4 (patch)
tree9c9c449cfcd82cda9ac047f67c5f15e51d873e15 /include/linux/bcma/bcma_driver_chipcommon.h
parentbcma: handle more devices in bcma_pmu_get_alp_clock() (diff)
downloadlinux-dev-6951618b4b0bb022429ab17d49f2fa3650f21cb4.tar.xz
linux-dev-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/linux/bcma/bcma_driver_chipcommon.h')
-rw-r--r--include/linux/bcma/bcma_driver_chipcommon.h2
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);