[UTC][Device][Non-ACR][Fix battery failed items of wearable]
authorlokilee73 <changjoo.lee@samsung.com>
Thu, 23 Nov 2017 04:42:55 +0000 (13:42 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Thu, 23 Nov 2017 04:43:15 +0000 (13:43 +0900)
Change-Id: Ib1b3f7d08e772f293f99530b5fac22794264126e
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
src/utc/device/tct-device-core_wearable.h

index 236574b160bd03d16ff8a73c32c4649d03f85244..257d1bce30b4985c2b254a008387e637438f6129 100755 (executable)
@@ -24,6 +24,8 @@ extern void utc_system_device_display_cleanup(void);
 extern void utc_system_haptic_startup(void);
 extern void utc_system_haptic_cleanup(void);
 extern void utc_system_device_ir_startup(void);
+extern void utc_system_device_battery_startup(void);
+extern void utc_system_device_battery_cleanup(void);
 
 extern int utc_system_device_add_callback_p(void);
 extern int utc_system_device_add_callback_n_1(void);
@@ -54,8 +56,6 @@ extern int utc_system_device_power_request_lock_n_2(void);
 extern int utc_system_device_power_release_lock_p(void);
 extern int utc_system_device_power_release_lock_n(void);
 extern int utc_system_device_power_wakeup_p(void);
-extern int utc_system_device_battery_startup(void);
-extern int utc_system_device_battery_cleanup(void);
 extern int utc_system_device_battery_get_percent_p(void);
 extern int utc_system_device_battery_get_percent_n(void);
 extern int utc_system_device_battery_is_charging_p(void);