bcm47xx_private.h 276 B

123456789101112131415
  1. #ifndef LINUX_BCM47XX_PRIVATE_H_
  2. #define LINUX_BCM47XX_PRIVATE_H_
  3. #include <linux/kernel.h>
  4. /* buttons.c */
  5. int __init bcm47xx_buttons_register(void);
  6. /* leds.c */
  7. void __init bcm47xx_leds_register(void);
  8. /* workarounds.c */
  9. void __init bcm47xx_workarounds(void);
  10. #endif