blob: 9cc895251b33f7a3588c9b7e213b1f609b1ee717 [file] [log] [blame]
Jim Liuc32c95c2023-11-14 16:51:59 +08001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (c) 2023 Nuvoton Technology Corp.
4 */
5
6#ifndef _NUVOTON_UART_H
7#define _NUVOTON_UART_H
8
9void board_set_console(void);
10
11#endif /* _NUVOTON_COMMON_H */