blob: 0194c3b9a729acd979dfe858b45d96ada5d49f03 [file] [log] [blame]
Rafał Miłecki515fa752014-01-14 12:14:41 +01001#ifndef LINUX_BCM47XX_PRIVATE_H_
2#define LINUX_BCM47XX_PRIVATE_H_
3
4#include <linux/kernel.h>
5
Rafał Miłeckief1e3e7a2014-01-14 12:36:29 +01006/* buttons.c */
7int __init bcm47xx_buttons_register(void);
8
Rafał Miłecki515fa752014-01-14 12:14:41 +01009/* leds.c */
10void __init bcm47xx_leds_register(void);
11
Rafał Miłeckia2bec0782014-03-21 10:08:08 +010012/* workarounds.c */
13void __init bcm47xx_workarounds(void);
14
Rafał Miłecki515fa752014-01-14 12:14:41 +010015#endif