initial commit with v2.6.9
[linux-2.6.9-moxart.git] / include / asm-arm / arch-s3c2410 / serial.h
blobe85948bd8f212292e1f8a123b5dd183383b44849
1 /* linux/include/asm-arm/arch-s3c2410/serial.h
3 * (c) 2003 Simtec Electronics
4 * Ben Dooks <ben@simtec.co.uk>
6 * S3C2410 - serial port definitions
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.
12 * Changelog:
13 * 03-Sep-2003 BJD Created file
14 * 19-Mar-2004 BJD Removed serial port definitions, inserted elsewhere
17 #ifndef __ASM_ARCH_SERIAL_H
18 #define __ASM_ARCH_SERIAL_H
20 /* Standard COM flags */
21 #define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST)
23 #define BASE_BAUD ( 1843200 / 16 )
25 #define STD_SERIAL_PORT_DEFNS
26 #define EXTRA_SERIAL_PORT_DEFNS
28 #endif /* __ASM_ARCH_SERIAL_H */