blob: eceef6b7281049b0d92f563fd92564445f1f8210 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2019 MediaTek Inc.
*/
#ifndef _POWER_H_
#define _POWER_H_
#define POWER_LOG_ALL -1
void force_power_log(int cpu);
void force_power_log_val(unsigned int frequency, int cpu);
#endif /* _POWER_H_ */