xref: /rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/include/s32cc-bl-common.h (revision 624ffe51eabc1d00bb46c8bfadb4b229d5b2f5a9)
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