1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /* Synopsys DesignWare 8250 library header file. */
4 #include <linux/types.h>
8 struct dw8250_port_data
{
13 struct uart_8250_dma dma
;
15 /* Hardware configuration */
19 void dw8250_setup_port(struct uart_port
*p
);