imx-uart.h 154 B

12345678910
  1. #ifndef ASMARM_ARCH_UART_H
  2. #define ASMARM_ARCH_UART_H
  3. #define IMXUART_HAVE_RTSCTS (1<<0)
  4. struct imxuart_platform_data {
  5. unsigned int flags;
  6. };
  7. #endif