/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __SNTP_H #define __SNTP_H #include s64 sntp(const char *server); #endif /* __SNTP_H */