android_kernel_samsung_a7y1.../drivers/cpufreq/exynos-ff.h
prashantpaddune 3bca37f224 A750FXXU4CTBC
2020-03-27 21:51:54 +05:30

20 lines
314 B
C

#ifndef __EXYNOS_FF_H__
#define __EXYNOS_FF_H__
struct exynos_ff_driver {
bool big_dvfs_done;
unsigned int boost_threshold;
unsigned int cal_id;
struct mutex lock;
struct cpumask cpus;
};
#ifdef CONFIG_EXYNOS_PSTATE_HAFM_TB
extern bool hwi_dvfs_req;
extern atomic_t boost_throttling;
#endif
#endif