License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[sfrench/cifs-2.6.git] / arch / cris / include / asm / serial.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_SERIAL_H
3 #define _ASM_SERIAL_H
4
5 /*
6  * This assumes you have a 1.8432 MHz clock for your UART.
7  */
8 #define BASE_BAUD (1843200 / 16)
9
10 #endif /* _ASM_SERIAL_H */