Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
[linux-2.6] / arch / arm / mach-imx / include / mach / imx-uart.h
CommitLineData
5b802344
SH
1#ifndef ASMARM_ARCH_UART_H
2#define ASMARM_ARCH_UART_H
3
4#define IMXUART_HAVE_RTSCTS (1<<0)
5
6struct imxuart_platform_data {
2582d8c1
SH
7 int (*init)(struct platform_device *pdev);
8 void (*exit)(struct platform_device *pdev);
5b802344
SH
9 unsigned int flags;
10};
11
12#endif