]> Git Repo - linux.git/blob - include/linux/platform_data/serial-imx.h
Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[linux.git] / include / linux / platform_data / serial-imx.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (C) 2008 by Sascha Hauer <[email protected]>
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
This page took 0.034176 seconds and 4 git commands to generate.