bcm47xx_private.h 335 B

123456789101112131415161718
  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. /* buttons.c */
  7. int __init bcm47xx_buttons_register(void);
  8. /* leds.c */
  9. void __init bcm47xx_leds_register(void);
  10. /* workarounds.c */
  11. void __init bcm47xx_workarounds(void);
  12. #endif