summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/common/devices.h
blob: a3a932ccf82a7a106f382ebf710ca54deccacd5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _IFXMIPS_DEVICES_H__
#define _IFXMIPS_DEVICES_H__

#include <ifxmips_platform.h>

void __init ifxmips_register_gpio_leds(struct gpio_led *leds, int cnt);
void __init ifxmips_register_leds(struct gpio_led *leds, int cnt);
void __init ifxmips_register_mtd(struct physmap_flash_data *pdata);
void __init ifxmips_register_wdt(void);
void __init ifxmips_register_gpio(void);

#endif