blob: ea909a56a3eeacd8fc6da15895e9a14676e456eb [file] [log] [blame]
Rafał Miłecki515fa752014-01-14 12:14:41 +01001#ifndef LINUX_BCM47XX_PRIVATE_H_
2#define LINUX_BCM47XX_PRIVATE_H_
3
4#include <linux/kernel.h>
5
Rafał Miłecki6ee1d932014-07-17 23:26:33 +02006/* prom.c */
7void __init bcm47xx_prom_highmem_init(void);
8
Rafał Miłeckia59da8f2014-10-28 12:52:02 +01009/* sprom.c */
10void bcm47xx_sprom_register_fallbacks(void);
11
Rafał Miłeckief1e3e72014-01-14 12:36:29 +010012/* buttons.c */
13int __init bcm47xx_buttons_register(void);
14
Rafał Miłecki515fa752014-01-14 12:14:41 +010015/* leds.c */
16void __init bcm47xx_leds_register(void);
17
Rafał Miłeckie5810fa2014-10-28 14:40:38 +010018/* setup.c */
19void __init bcm47xx_bus_setup(void);
20
Rafał Miłeckia2bec0782014-03-21 10:08:08 +010021/* workarounds.c */
22void __init bcm47xx_workarounds(void);
23
Rafał Miłecki515fa752014-01-14 12:14:41 +010024#endif