summaryrefslogtreecommitdiff
path: root/arch/arm/mach-pxa/eseries.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/eseries.h')
-rw-r--r--arch/arm/mach-pxa/eseries.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/eseries.h b/arch/arm/mach-pxa/eseries.h
new file mode 100644
index 00000000..b96949dd
--- /dev/null
+++ b/arch/arm/mach-pxa/eseries.h
@@ -0,0 +1,14 @@
+void __init eseries_fixup(struct tag *tags, char **cmdline, struct meminfo *mi);
+
+extern struct pxa2xx_udc_mach_info e7xx_udc_mach_info;
+extern struct pxaficp_platform_data e7xx_ficp_platform_data;
+extern int e7xx_irda_init(void);
+
+extern int eseries_tmio_enable(struct platform_device *dev);
+extern int eseries_tmio_disable(struct platform_device *dev);
+extern int eseries_tmio_suspend(struct platform_device *dev);
+extern int eseries_tmio_resume(struct platform_device *dev);
+extern void eseries_get_tmio_gpios(void);
+extern struct resource eseries_tmio_resources[];
+extern struct platform_device e300_tc6387xb_device;
+