blob: 049bc08798b05798e4cc2f6318f4139db8436691 [file] [log] [blame]
#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;
}