xref: /rk3399_ARM-atf/plat/mediatek/mt8186/drivers/spm/mt_spm_extern.h (revision 034a2e3ef8a9e8e58f7cb7fab6db4ee60b2f9c29)
1 /*
2  * Copyright (c) since 2022, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef MT_SPM_EXTERN_H
8 #define MT_SPM_EXTERN_H
9 
10 void spm_extern_initialize(void);
11 
12 #endif
13