bcm47xx_private.h 447 B

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