]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/cris/include/asm/serial.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / cris / include / asm / serial.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
02016bc0
WC
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 */