openwrt/target/linux/ifxmips/files-2.6.32/arch/mips/ifxmips/common/devices.h
Ralph Hempel e0ad8eee8f add .32 patches
SVN-Revision: 21150
2010-04-24 21:35:49 +00:00

12 lines
400 B
C

#ifndef _IFXMIPS_DEVICES_H__
#define _IFXMIPS_DEVICES_H__
void __init ifxmips_register_gpio_dev(void);
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