xref: /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/constraints/mt_spm_rc_api.h (revision af0370f25a6663a0d737bbfb3985df4232eaaa55)
1 /*
2  * Copyright (c) 2025, Mediatek Inc. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef MT_SPM_RC_API_H
8 #define MT_SPM_RC_API_H
9 
10 #include <mt_spm_cond.h>
11 #include <mt_spm_rc_api_common.h>
12 
13 int spm_rc_condition_modifier(uint32_t id, uint32_t act, const void *val,
14 			      enum mt_spm_rm_rc_type dest_rc_id,
15 			      struct mt_spm_cond_tables *const tlb);
16 
17 #endif /* MT_SPM_RC_API_H */
18