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