| #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); | |
| int user_set_time(char *date_input, char *time_input); | |
| #ifdef __cplusplus | |
| } | |
| #endif | |
| #endif |