Linux 3.17-rc2
[linux/fpc-iii.git] / arch / mips / bcm47xx / bcm47xx_private.h
blobf1cc9d0495d87ea8cf80c26b85f2e53d36857d51
1 #ifndef LINUX_BCM47XX_PRIVATE_H_
2 #define LINUX_BCM47XX_PRIVATE_H_
4 #include <linux/kernel.h>
6 /* prom.c */
7 void __init bcm47xx_prom_highmem_init(void);
9 /* buttons.c */
10 int __init bcm47xx_buttons_register(void);
12 /* leds.c */
13 void __init bcm47xx_leds_register(void);
15 /* workarounds.c */
16 void __init bcm47xx_workarounds(void);
18 #endif