Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 17d857be649a21ca90008c6dc425d849fa83db5c authored by Linus Torvalds on 27 September 2009, 21:57:48 UTC
Linux 2.6.32-rc1
Tip revision: 17d857b
serial.h
/*
 * include/asm-parisc/serial.h
 */

/*
 * This is used for 16550-compatible UARTs
 */
#define BASE_BAUD ( 1843200 / 16 )

#define SERIAL_PORT_DFNS
back to top