summaryrefslogtreecommitdiffstats
path: root/include/sntp.h
blob: 05cad129cd1dd7f949cf6b0e4c4debef0036c3fb (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __SNTP_H
#define __SNTP_H

#include <types.h>

s64 sntp(const char *server);

#endif /* __SNTP_H */