9 lines
162 B
C
9 lines
162 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
/* include both cpu & gpu power */
|
|
extern int clatm_get_curr_opp_power(void);
|
|
|