xref: /openbmc/u-boot/arch/arm/include/asm/arch-mx6/opos6ul.h (revision eba6589f7e019d8ccb331a84a789b0c4d74f51f6)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2017 Armadeus Systems
4  */
5 
6 #ifndef __ARCH_ARM_MX6UL_OPOS6UL_H__
7 #define __ARCH_ARM_MX6UL_OPOS6UL_H__
8 
9 int opos6ul_board_late_init(void);
10 
11 #endif
12