root/include/linux/platform_data/serial-imx.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-or-later */
   2 /*
   3  * Copyright (C) 2008 by Sascha Hauer <kernel@pengutronix.de>
   4  */
   5 
   6 #ifndef ASMARM_ARCH_UART_H
   7 #define ASMARM_ARCH_UART_H
   8 
   9 #define IMXUART_HAVE_RTSCTS (1<<0)
  10 
  11 struct imxuart_platform_data {
  12         unsigned int flags;
  13 };
  14 
  15 #endif

/* [<][>][^][v][top][bottom][index][help] */