blob: c5a65d6185d70a1ff8e46c58c6f51406ec422101 [file] [log] [blame]
Saurabh Gorecha70389ca2020-04-22 21:31:24 +05301/*
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
15int qti_console_uart_register(console_t *console, uintptr_t uart_base_addr);
16
17#endif /* __ASSEMBLER__ */
18
19#endif /* QTI_UART_CONSOLE_H */