]> Git Repo - J-linux.git/blob - include/linux/platform_data/serial-imx.h
device property: Add helpers to count items in an array
[J-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.030228 seconds and 4 git commands to generate.