imx_uart.h 385 Bytes
Newer Older
1
/*
2
 * Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved.
3
4
5
6
7
8
9
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef IMX_UART_H
#define IMX_UART_H

10
#include <drivers/console.h>
11

12
#ifndef __ASSEMBLER__
13

14
int console_imx_uart_register(uintptr_t baseaddr, uint32_t clock, uint32_t baud,
15
			      console_t *console);
16
#endif /*__ASSEMBLER__*/
17
18

#endif  /* IMX_UART_H */