blob: 4627d70acc3bfe3220d3ad87229a0068274e34d8 [file] [log] [blame]
rita2f860ea2022-04-28 16:30:25 +08001#include <stdio.h>
2#include <string.h>
3#include <stdlib.h>
4#include <time.h>
5#include <include/lynq_uci.h>
6
7#ifndef _LYNQ_SYSTIME_H_
8#define _LYNQ_SYSTIME_H_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13int modem_time_enable(int enable);
14
15int gnss_time_enable(int enable);
16
17int ntp_sync_time(int enable);
18
19#ifdef __cplusplus
20}
21#endif
22#endif