bcm47xx_private.h (f01387d2693813eb5271a3448e6a082322c7d75d) bcm47xx_private.h (6ee1d93455384cef8a0426effe85da241b525b63)
1#ifndef LINUX_BCM47XX_PRIVATE_H_
2#define LINUX_BCM47XX_PRIVATE_H_
3
4#include <linux/kernel.h>
5
1#ifndef LINUX_BCM47XX_PRIVATE_H_
2#define LINUX_BCM47XX_PRIVATE_H_
3
4#include <linux/kernel.h>
5
6/* prom.c */
7void __init bcm47xx_prom_highmem_init(void);
8
6/* buttons.c */
7int __init bcm47xx_buttons_register(void);
8
9/* leds.c */
10void __init bcm47xx_leds_register(void);
11
12/* workarounds.c */
13void __init bcm47xx_workarounds(void);
14
15#endif
9/* buttons.c */
10int __init bcm47xx_buttons_register(void);
11
12/* leds.c */
13void __init bcm47xx_leds_register(void);
14
15/* workarounds.c */
16void __init bcm47xx_workarounds(void);
17
18#endif