/* * Copyright (c) 2025, Mediatek Inc. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef MT_SPM_DISPATCHER_H #define MT_SPM_DISPATCHER_H int mt_spm_dispatcher_init(void); #endif /* MT_SPM_DISPATCHER_H */