summaryrefslogtreecommitdiffstats
path: root/plat/imx/common/include/imx_uart.h
blob: 6c4d62f57d435e6066f3a5a783dd1185ddac486a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef IMX_UART_H
#define IMX_UART_H

#include <drivers/console.h>

#ifndef __ASSEMBLER__

int console_imx_uart_register(uintptr_t baseaddr, uint32_t clock, uint32_t baud,
			      console_t *console);
#endif /*__ASSEMBLER__*/

#endif  /* IMX_UART_H */