Jim Liu | c32c95c | 2023-11-14 16:51:59 +0800 | [diff] [blame] | 1 | /* 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 | |||||
9 | void board_set_console(void); | ||||
10 | |||||
11 | #endif /* _NUVOTON_COMMON_H */ |