123456789101112131415 |
- /*
- * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
- #ifndef IMX8MP_PRIVATE_H
- #define IMX8MP_PRIVATE_H
- /*******************************************************************************
- * Function and variable prototypes
- ******************************************************************************/
- void plat_imx_io_setup(void);
- #endif /* IMX8MP_PRIVATE_H */
|