blob: fc8ec477c8bcc48f89bb846328922be59948ec91 [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
Michael Change6039fc2025-02-10 10:37:10 +08009int board_set_console(void);
Jim Liuc32c95c2023-11-14 16:51:59 +080010
11#endif /* _NUVOTON_COMMON_H */