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);
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);