xref: /rk3399_ARM-atf/plat/mediatek/include/drivers/spm/mt_spm_vcorefs_api.h (revision cf2df874cd09305ac7282fadb0fef6be597dfffb)
1 /*
2  * Copyright (c) 2025, Mediatek Inc. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef MT_SPM_VCOREFS_API_H
8 #define MT_SPM_VCOREFS_API_H
9 
10 /*******************************************************************
11  *
12  * DVFSRC API
13  *
14  *******************************************************************/
15 
16 int spm_vcorefs_get_vcore_uv(uint32_t gear, uint32_t *val);
17 
18 #endif /* MT_SPM_VCOREFS_API_H */
19