Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.14 10 lines 211 B view raw
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 */