blob: 049bc08798b05798e4cc2f6318f4139db8436691 [file] [log] [blame]
b.liu4e243dc2023-11-27 11:20:00 +08001#include "lynq-qser-fota.h"
2#include "mbtk_type.h"
b.liu5fa9e772023-11-23 18:00:55 +08003
4int lynq_rock_main(int first_run)
5{
6 UNUSED(first_run);
7
8
9 return 0;
10}
11
12int lynq_fota_set_addr_value(char *value,int size)
13{
14 UNUSED(value);
15 UNUSED(size);
16
17
18 return 0;
19}
20
21int lynq_fota_nrestart(void)
22{
23
24 return 0;
25}
26
27int lynq_get_upgrade_status(void)
28{
29
30 return 0;
31}
32