arm-trusted-firmware/plat/mediatek/drivers/spm/mt8196/mt_spm_dispatcher.h
Wenzhen Yu fb57af70ae feat(mt8196): add SPM basic features support
This patch mainly collects and organizes SPM state information to
facilitate debugging when issues arise.

Signed-off-by: Wenzhen Yu <wenzhen.yu@mediatek.com>
Change-Id: Ie51cffeb1d683d65d88701fc63c426b20b22492f
2025-01-22 15:28:08 +08:00

11 lines
234 B
C

/*
* 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 */