aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/serial-imx.h
blob: 0844b21372c789677fc5603da87f326adb6c9379 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright (C) 2008 by Sascha Hauer <kernel@pengutronix.de>
 */

#ifndef ASMARM_ARCH_UART_H
#define ASMARM_ARCH_UART_H

#define IMXUART_HAVE_RTSCTS (1<<0)

struct imxuart_platform_data {
	unsigned int flags;
};

#endif