]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/cris/include/asm/serial.h
Merge tag 'drm-misc-fixes-2016-12-22' of git://anongit.freedesktop.org/git/drm-misc...
[karo-tx-linux.git] / arch / cris / include / asm / serial.h
1 #ifndef _ASM_SERIAL_H
2 #define _ASM_SERIAL_H
3
4 /*
5  * This assumes you have a 1.8432 MHz clock for your UART.
6  */
7 #define BASE_BAUD (1843200 / 16)
8
9 #endif /* _ASM_SERIAL_H */