blob: eceef6b7281049b0d92f563fd92564445f1f8210 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001/* 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
10void force_power_log(int cpu);
11void force_power_log_val(unsigned int frequency, int cpu);
12
13#endif /* _POWER_H_ */