blob: 4627d70acc3bfe3220d3ad87229a0068274e34d8 [file] [log] [blame]
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <include/lynq_uci.h>
#ifndef _LYNQ_SYSTIME_H_
#define _LYNQ_SYSTIME_H_
#ifdef __cplusplus
extern "C" {
#endif
int modem_time_enable(int enable);
int gnss_time_enable(int enable);
int ntp_sync_time(int enable);
#ifdef __cplusplus
}
#endif
#endif