blob: b5363850d23c5369058221b5106ddef4e965a581 [file] [log] [blame]
Sébastien Szymanskia7762e42017-03-07 14:33:25 +01001/*
2 * Copyright (C) 2017 Armadeus Systems
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __ARCH_ARM_MX6UL_OPOS6UL_H__
8#define __ARCH_ARM_MX6UL_OPOS6UL_H__
9
10int opos6ul_board_late_init(void);
11
12#ifdef CONFIG_SPL_BUILD
13void opos6ul_setup_uart_debug(void);
14#endif
15
16#endif