blob: d92a2d118c452bf47200f60e8de2660e525173f5 [file] [log] [blame]
Jun Nie8cfd4b52019-06-13 11:38:24 +08001/*
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 ******************************************************************************/
Ying-Chun Liu (PaulLiu)54cabc42021-04-07 06:10:32 +080016void plat_imx_io_setup(void);
Jun Nie8cfd4b52019-06-13 11:38:24 +080017void 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 */