18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2020 Loongson Technology Co., Ltd. 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci#ifndef __ASM__SERIAL_H 68c2ecf20Sopenharmony_ci#define __ASM__SERIAL_H 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#define BASE_BAUD 0 98c2ecf20Sopenharmony_ci#define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST) 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#endif /* __ASM__SERIAL_H */ 12