blob: 77a8ca3a422a50970be4f003176b0fb3e453d5b9 [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 ******************************************************************************/
16void plat_imx7_io_setup(void);
17void 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 */