aboutsummaryrefslogtreecommitdiff
path: root/board/nuvoton/common/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/nuvoton/common/uart.h')
-rw-r--r--board/nuvoton/common/uart.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/board/nuvoton/common/uart.h b/board/nuvoton/common/uart.h
new file mode 100644
index 0000000..9cc8952
--- /dev/null
+++ b/board/nuvoton/common/uart.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c) 2023 Nuvoton Technology Corp.
+ */
+
+#ifndef _NUVOTON_UART_H
+#define _NUVOTON_UART_H
+
+void board_set_console(void);
+
+#endif /* _NUVOTON_COMMON_H */