Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __ASM_GENERIC_SERIAL_H
0003 #define __ASM_GENERIC_SERIAL_H
0004 
0005 /*
0006  * This should not be an architecture specific #define, oh well.
0007  *
0008  * Traditionally, it just describes i8250 and related serial ports
0009  * that have this clock rate.
0010  */
0011 
0012 #define BASE_BAUD (1843200 / 16)
0013 
0014 #endif /* __ASM_GENERIC_SERIAL_H */