ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-arm / arch-s3c2410 / serial.h
1 /* linux/include/asm-arm/arch-s3c2410/serial.h
2  *
3  * (c) 2003 Simtec Electronics
4  *  Ben Dooks <ben@simtec.co.uk>
5  *
6  * S3C2410 - serial port definitions
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11  *
12  * Changelog:
13  *  03-Sep-2003 BJD  Created file
14  *  19-Mar-2004 BJD  Removed serial port definitions, inserted elsewhere
15 */
16
17 #ifndef __ASM_ARCH_SERIAL_H
18 #define __ASM_ARCH_SERIAL_H
19
20 /* Standard COM flags */
21 #define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST)
22
23 #define BASE_BAUD ( 1843200 / 16 )
24
25 #define STD_SERIAL_PORT_DEFNS
26 #define EXTRA_SERIAL_PORT_DEFNS
27
28 #endif /* __ASM_ARCH_SERIAL_H */