summaryrefslogtreecommitdiff
path: root/target/linux/ifxmips/files-2.6.32/arch/mips/ifxmips/common/devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ifxmips/files-2.6.32/arch/mips/ifxmips/common/devices.h')
-rw-r--r--target/linux/ifxmips/files-2.6.32/arch/mips/ifxmips/common/devices.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ifxmips/files-2.6.32/arch/mips/ifxmips/common/devices.h b/target/linux/ifxmips/files-2.6.32/arch/mips/ifxmips/common/devices.h
new file mode 100644
index 0000000..2f8b45e
--- /dev/null
+++ b/target/linux/ifxmips/files-2.6.32/arch/mips/ifxmips/common/devices.h
@@ -0,0 +1,11 @@
+#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