#include "lynq-qser-fota.h" | |
#include "mbtk_type.h" | |
int lynq_rock_main(int first_run) | |
{ | |
UNUSED(first_run); | |
return 0; | |
} | |
int lynq_fota_set_addr_value(char *value,int size) | |
{ | |
UNUSED(value); | |
UNUSED(size); | |
return 0; | |
} | |
int lynq_fota_nrestart(void) | |
{ | |
return 0; | |
} | |
int lynq_get_upgrade_status(void) | |
{ | |
return 0; | |
} | |