2014-01-14 11:14:41 +00:00
|
|
|
#ifndef LINUX_BCM47XX_PRIVATE_H_
|
|
|
|
#define LINUX_BCM47XX_PRIVATE_H_
|
|
|
|
|
2014-12-10 16:38:26 +00:00
|
|
|
#ifndef pr_fmt
|
|
|
|
#define pr_fmt(fmt) "bcm47xx: " fmt
|
|
|
|
#endif
|
|
|
|
|
2014-01-14 11:14:41 +00:00
|
|
|
#include <linux/kernel.h>
|
|
|
|
|
2014-07-17 21:26:33 +00:00
|
|
|
/* prom.c */
|
|
|
|
void __init bcm47xx_prom_highmem_init(void);
|
|
|
|
|
2014-01-14 11:36:29 +00:00
|
|
|
/* buttons.c */
|
|
|
|
int __init bcm47xx_buttons_register(void);
|
|
|
|
|
2014-01-14 11:14:41 +00:00
|
|
|
/* leds.c */
|
|
|
|
void __init bcm47xx_leds_register(void);
|
|
|
|
|
2014-10-28 13:40:38 +00:00
|
|
|
/* setup.c */
|
|
|
|
void __init bcm47xx_bus_setup(void);
|
|
|
|
|
2014-03-21 09:08:08 +00:00
|
|
|
/* workarounds.c */
|
|
|
|
void __init bcm47xx_workarounds(void);
|
|
|
|
|
2014-01-14 11:14:41 +00:00
|
|
|
#endif
|