1 /* 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 10 int opos6ul_board_late_init(void); 11 12 #endif 13