mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 06:05:23 +07:00
![Chen Gang](/assets/img/avatar_default.png)
If architectures don't support SERIAL_PORT_DFNS, they need not define it to "nothing", the related drivers need do it by themselves (e.g. 8250 serial driver). Signed-off-by: Chen Gang <gang.chen@asianux.com> Signed-off-by: Helge Deller <deller@gmx.de>
9 lines
124 B
C
9 lines
124 B
C
/*
|
|
* include/asm-parisc/serial.h
|
|
*/
|
|
|
|
/*
|
|
* This is used for 16550-compatible UARTs
|
|
*/
|
|
#define BASE_BAUD ( 1843200 / 16 )
|