1 /*
2  * Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef IMX7_DEF_H
8 #define IMX7_DEF_H
9 
10 #include <stdint.h>
11 
12 
13 /*******************************************************************************
14  * Function and variable prototypes
15  ******************************************************************************/
16 void plat_imx_io_setup(void);
17 void imx7_platform_setup(u_register_t arg1, u_register_t arg2,
18 			 u_register_t arg3, u_register_t arg4);
19 
20 #endif /*IMX7_DEF_H */
21