xref: /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt_spm_dispatcher.h (revision 6f7f8b18e9641d34c5b02b5f5e050d6e0fae12fc)
1 /*
2  * Copyright (c) 2025, Mediatek Inc. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef MT_SPM_DISPATCHER_H
8 #define MT_SPM_DISPATCHER_H
9 
10 int mt_spm_dispatcher_init(void);
11 #endif /* MT_SPM_DISPATCHER_H */
12