aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-pxa
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2008-07-02 13:53:45 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-07-09 20:56:28 +0100
commit918dbcba4ee3f0ad7d617b3969d5016481b9ceff (patch)
treed86bc8e0a92f97631b0fd9c5b2543853dcaceaa9 /include/asm-arm/arch-pxa
parent[ARM] 5144/1: pxaficp_ir: cleanup includes (diff)
downloadlinux-dev-918dbcba4ee3f0ad7d617b3969d5016481b9ceff.tar.xz
linux-dev-918dbcba4ee3f0ad7d617b3969d5016481b9ceff.zip
[ARM] 5145/1: PXA2xx: provide api to control IrDA pins state
Provide a set of functions to control state of pins dedicated to IrDA. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-pxa')
-rw-r--r--include/asm-arm/arch-pxa/irda.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-arm/arch-pxa/irda.h b/include/asm-arm/arch-pxa/irda.h
index 99f4f423a8e1..0a50c3c763df 100644
--- a/include/asm-arm/arch-pxa/irda.h
+++ b/include/asm-arm/arch-pxa/irda.h
@@ -16,4 +16,8 @@ struct pxaficp_platform_data {
extern void pxa_set_ficp_info(struct pxaficp_platform_data *info);
+#if defined(CONFIG_PXA25x) || defined(CONFIG_PXA27x)
+void pxa2xx_transceiver_mode(struct device *dev, int mode);
+#endif
+
#endif