* adds support for speedport w502V
[openwrt/openwrt.git] / target / linux / ifxmips / files-2.6.33 / arch / mips / ifxmips / common / devices.h
1 #ifndef _IFXMIPS_DEVICES_H__
2 #define _IFXMIPS_DEVICES_H__
3
4 #include <ifxmips_platform.h>
5
6 void __init ifxmips_register_gpio_dev(void);
7 void __init ifxmips_register_gpio_leds(struct gpio_led *leds, int cnt);
8 void __init ifxmips_register_leds(struct gpio_led *leds, int cnt);
9 void __init ifxmips_register_mtd(struct physmap_flash_data *pdata);
10 void __init ifxmips_register_wdt(void);
11 void __init ifxmips_register_gpio(void);
12
13 #endif