summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ns9xxx/include/mach/ns921x-serial.h
blob: e879492fe10aa8d23b01ed9eb05a93e1d38c174c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * include/linux/ns9360.h
 *
 * Copyright (C) 2008 by Digi International Inc.
 * All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 as published by
 * the Free Software Foundation.
 */

#ifndef __NS921X_SERIAL_H__
#define __NS921X_SERIAL_H__


struct ns921x_uart_data {
	unsigned int gpios[8];
	unsigned int nr_gpios;
	unsigned int rtsen;	/* RTS for 485 transceiver control */
};

#endif