[ifxmips]:
[openwrt/svn-archive/archive.git] / target / linux / ifxmips / files / 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_leds(struct gpio_led *leds, int cnt);
7 void __init ifxmips_register_leds(struct gpio_led *leds, int cnt);
8 void __init ifxmips_register_mtd(struct physmap_flash_data *pdata);
9 void __init ifxmips_register_wdt(void);
10 void __init ifxmips_register_gpio(void);
11
12 #endif