mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-05 10:28:41 +00:00

Allows for exporting of FIP related methods cleanly in a private header. Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org> Change-Id: Iaaad4e69ef89c8a8a74648647d7fd09cd0fdd12a
15 lines
436 B
C
15 lines
436 B
C
/*
|
|
* 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 */
|