From 6f53912fc317ab130bd910c5c30420a21ea38115 Mon Sep 17 00:00:00 2001 From: Rafał Miłecki Date: Sun, 17 Jul 2011 01:06:05 +0200 Subject: bcma: allow enabling PLL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki Signed-off-by: John W. Linville --- include/linux/bcma/bcma.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/linux/bcma') diff --git a/include/linux/bcma/bcma.h b/include/linux/bcma/bcma.h index 37017c1cc6b7..cc1582d24fbc 100644 --- a/include/linux/bcma/bcma.h +++ b/include/linux/bcma/bcma.h @@ -260,5 +260,7 @@ extern void bcma_core_disable(struct bcma_device *core, u32 flags); extern int bcma_core_enable(struct bcma_device *core, u32 flags); extern void bcma_core_set_clockmode(struct bcma_device *core, enum bcma_clkmode clkmode); +extern void bcma_core_pll_ctl(struct bcma_device *core, u32 req, u32 status, + bool on); #endif /* LINUX_BCMA_H_ */ -- cgit v1.2.3