blob: 12a112dd0ae0f289f151ca9a504d73093ff732b0 [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łeckia2bec0782014-03-21 10:08:08 +010018/* workarounds.c */
19void __init bcm47xx_workarounds(void);
20
Rafał Miłecki515fa752014-01-14 12:14:41 +010021#endif