| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | /* | ||||
| 3 | * Copyright (c) 2019 MediaTek Inc. | ||||
| 4 | */ | ||||
| 5 | |||||
| 6 | #ifndef _POWER_H_ | ||||
| 7 | #define _POWER_H_ | ||||
| 8 | |||||
| 9 | #define POWER_LOG_ALL -1 | ||||
| 10 | void force_power_log(int cpu); | ||||
| 11 | void force_power_log_val(unsigned int frequency, int cpu); | ||||
| 12 | |||||
| 13 | #endif /* _POWER_H_ */ | ||||