xref: /rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/include/s32cc-bl-common.h (revision 6445c834836c5a812fb106c25a4a532549b1cd4d)
1 /*
2  * Copyright 2024 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef S32CC_BL_COMMON_H
8 #define S32CC_BL_COMMON_H
9 
10 int s32cc_bl_mmu_setup(void);
11 
12 #endif /* S32CC_BL_COMMON_H */
13