summaryrefslogtreecommitdiffstats
path: root/include/sntp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sntp.h')
-rw-r--r--include/sntp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/sntp.h b/include/sntp.h
new file mode 100644
index 0000000000..bfcfcfa8c8
--- /dev/null
+++ b/include/sntp.h
@@ -0,0 +1,8 @@
+#ifndef __SNTP_H
+#define __SNTP_H
+
+#include <types.h>
+
+s64 sntp(const char *server);
+
+#endif /* __SNTP_H */