xref: /rk3399_ARM-atf/plat/imx/imx8m/include/imx8m_measured_boot.h (revision 9335c28a019ee2d9ab7a0f9276b91415f3c9f1bc)
1 /*
2  * Copyright (c) 2022, Linaro
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef IMX8M_MEASURED_BOOT_H
8 #define IMX8M_MEASURED_BOOT_H
9 
10 #include <stdint.h>
11 
12 #include <arch_helpers.h>
13 
14 int imx8m_set_nt_fw_info(size_t log_size, uintptr_t *ns_log_addr);
15 
16 #endif /* IMX8M_MEASURED_BOOT_H */
17