aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorGilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>2011-05-09 23:04:50 +0200
committerJohn Rigby <john.rigby@linaro.org>2011-06-28 15:57:51 +0100
commit977cc1560eea474e2d8ed1f6fae6b294e9b30772 (patch)
tree84aa855054250519e016a1901e721fec6008a262 /arch
parent4ddc2b61cfd06e3d0ecd68094ab9bbff1902f041 (diff)
omap4: add support for EHCI
As board may need some specific support, implement inner functions to be called by the boards implementaions of ehci_hcd_start, ehci_hcd_stop. Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-omap4/ehci.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap4/ehci.h b/arch/arm/include/asm/arch-omap4/ehci.h
new file mode 100644
index 000000000..fc84f6aa0
--- /dev/null
+++ b/arch/arm/include/asm/arch-omap4/ehci.h
@@ -0,0 +1,8 @@
+#ifndef EHCI_H
+#define EHCI_H
+
+int omap4_ehci_hcd_init(void);
+
+int omap4_ehci_hcd_stop(void);
+
+#endif /* EHCI_H */