xref: /rk3399_ARM-atf/plat/qti/common/inc/qti_uart_console.h (revision 368a1dd3b628a4b24d2d6fe8313313fc36e932a1)
1 /*
2  * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
3  * Copyright (c) 2018,2020 The Linux Foundation. All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  */
7 
8 #ifndef QTI_UART_CONSOLE_H
9 #define QTI_UART_CONSOLE_H
10 
11 #include <drivers/console.h>
12 
13 #ifndef __ASSEMBLER__
14 
15 int qti_console_uart_register(console_t *console, uintptr_t uart_base_addr);
16 
17 #endif /* __ASSEMBLER__ */
18 
19 #endif /* QTI_UART_CONSOLE_H */
20