mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 09:26:43 +07:00
7 lines
117 B
C
7 lines
117 B
C
|
#ifndef __SPARC_SERIAL_H
|
||
|
#define __SPARC_SERIAL_H
|
||
|
|
||
|
#define BASE_BAUD ( 1843200 / 16 )
|
||
|
|
||
|
#endif /* __SPARC_SERIAL_H */
|