blob: f1cc9d0495d87ea8cf80c26b85f2e53d36857d51 [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łeckief1e3e72014-01-14 12:36:29 +01009/* buttons.c */
10int __init bcm47xx_buttons_register(void);
11
Rafał Miłecki515fa752014-01-14 12:14:41 +010012/* leds.c */
13void __init bcm47xx_leds_register(void);
14
Rafał Miłeckia2bec0782014-03-21 10:08:08 +010015/* workarounds.c */
16void __init bcm47xx_workarounds(void);
17
Rafał Miłecki515fa752014-01-14 12:14:41 +010018#endif