RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-arm / arch-imx / imx-uart.h
blob3a685e1780ea3ab138e9a5a0c6af6dfd6224215e
1 #ifndef ASMARM_ARCH_UART_H
2 #define ASMARM_ARCH_UART_H
4 #define IMXUART_HAVE_RTSCTS (1<<0)
6 struct imxuart_platform_data {
7 unsigned int flags;
8 };
10 #endif