Change-Id: I7e48c3feeb998e6b7598f5895ea39f9b96372c9d
Signed-off-by: Sung-hun Kim <sfoon.kim@samsung.com>
/* Get maximum state of thermal cooling-device */
int hal_power_thermal_get_cooling_device_max_state(unsigned int device_type, char *cooling_device_name);
-/* Get and set the batterh charging state */
+/* Get and set the battery charging state */
int hal_power_battery_set_charging_status(unsigned int device_type, char *res_name, int state);
int hal_power_battery_get_charging_status(unsigned int device_type, char *res_name);