28 #ifndef __BINARY_MANAGER_H__ 29 #define __BINARY_MANAGER_H__ 34 #include <tinyara/binary_manager.h> 39 #ifdef CONFIG_BINMGR_UPDATE 50 int binary_manager_update_binary(
char *binary_name);
62 int binary_manager_get_update_info(
char *binary_name, binary_info_t *binary_info);
73 int binary_manager_get_update_info_all(binary_info_list_t *binary_info_list);
int binary_manager_register_state_changed_callback(binmgr_statecb_t handler, void *cb_data)
Set the callback which will be called when the the states of binaries are changed.
int binary_manager_notify_binary_started(void)
Notify that loaded binary is started to binary manager.
int binary_manager_unregister_state_changed_callback(void)
Clear the registered callback for the changes of binary state.