android_kernel_samsung_on5x.../drivers/thermal/platform_tables.h
2018-06-19 23:16:04 +02:00

14 lines
332 B
C
Executable file

#ifndef _DRIVERS_THERMAL_PLATFORM_H
#define _DRIVERS_THERMAL_PLATFORM_H
struct coefficients {
int frequency;
int power;
};
#define CPUFREQ_LEVEL_INDEX_END L24
struct coefficients little_cpu_coeffs[CPUFREQ_LEVEL_INDEX_END];
struct coefficients big_cpu_coeffs[CPUFREQ_LEVEL_INDEX_END];
#endif /* _DRIVERS_THERMAL_PLATFORM_H */