[Feature]merge code from svn
Change-Id: Iabce86599e7d0249b405f443242aec87ceeadb8d
diff --git a/src/lynq/lib/liblynq-systime/include/lynq_systime.h b/src/lynq/lib/liblynq-systime/include/lynq_systime.h
new file mode 100755
index 0000000..4627d70
--- /dev/null
+++ b/src/lynq/lib/liblynq-systime/include/lynq_systime.h
@@ -0,0 +1,22 @@
+#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
\ No newline at end of file