Root/
| 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 |
| 12 |
