[ifxmips] adss 2.6.33 kernel patches, not defult yet as linux-atm breaks on 2.6.33
[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 void __init ifxmips_register_gpio_dev(void);
5 void __init ifxmips_register_gpio_leds(struct gpio_led *leds, int cnt);
6 void __init ifxmips_register_leds(struct gpio_led *leds, int cnt);
7 void __init ifxmips_register_mtd(struct physmap_flash_data *pdata);
8 void __init ifxmips_register_wdt(void);
9 void __init ifxmips_register_gpio(void);
10
11 #endif