Change-Id: I1c676693908b1ab87e090ef7c6e9d7df4fd83f3c
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
static guint timer;
-static int thermal_get_info(device_thermal_e type, struct thermal_info *info)
+static int thermal_get_info(hal_device_thermal_e type, struct thermal_info *info)
{
FILE *fp;
char buf[32];
struct thermal_info info;
int ret;
- ret = thermal_get_info(DEVICE_THERMAL_AP, &info);
+ ret = thermal_get_info(HAL_DEVICE_THERMAL_AP, &info);
if (ret < 0) {
_E("Failed to read thermal info (%d)", ret);
return G_SOURCE_CONTINUE;