summaryrefslogtreecommitdiffstats
path: root/plat/qti/common/inc/qti_uart_console.h
blob: c5a65d6185d70a1ff8e46c58c6f51406ec422101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
 * Copyright (c) 2018,2020 The Linux Foundation. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef QTI_UART_CONSOLE_H
#define QTI_UART_CONSOLE_H

#include <drivers/console.h>

#ifndef __ASSEMBLER__

int qti_console_uart_register(console_t *console, uintptr_t uart_base_addr);

#endif /* __ASSEMBLER__ */

#endif /* QTI_UART_CONSOLE_H */