mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
ef1e3e7a19
So far this adds support for one Netgear model only, but it's designed and ready to add many more device. We could hopefully import database from OpenWrt. Support for SSB is currently disabled, because SSB doesn't implement IRQ domain yet. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Acked-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/6300/
13 lines
216 B
C
13 lines
216 B
C
#ifndef LINUX_BCM47XX_PRIVATE_H_
|
|
#define LINUX_BCM47XX_PRIVATE_H_
|
|
|
|
#include <linux/kernel.h>
|
|
|
|
/* buttons.c */
|
|
int __init bcm47xx_buttons_register(void);
|
|
|
|
/* leds.c */
|
|
void __init bcm47xx_leds_register(void);
|
|
|
|
#endif
|