123456789101112131415161718192021222324252627282930 |
- #include "system/includes.h"
- #include "server/server_core.h"
- #if 0
- u16 update_result_get(void)
- {
- return 0;
- }
- void update_mode_api(u8 type, ...)
- {
- }
- void update_loader_download_init(void)
- {
- }
- void (*lmp_ch_update_resume_hdl)(void *priv) = NULL;
- u8 update_id_info_fill_content(u8 *p, u16 allow_len)
- {
- return 0;
- }
- void bt_lmp_update_loader_download_init(void)
- {
- }
- #endif
|