aboutsummaryrefslogtreecommitdiff
path: root/ports/winnt/include/ntp_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/winnt/include/ntp_timer.h')
-rw-r--r--ports/winnt/include/ntp_timer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/winnt/include/ntp_timer.h b/ports/winnt/include/ntp_timer.h
new file mode 100644
index 000000000000..15328a67a123
--- /dev/null
+++ b/ports/winnt/include/ntp_timer.h
@@ -0,0 +1,6 @@
+#ifndef NTP_TIMER_H
+#define NTP_TIMER_H
+
+extern void timer_clr_stats(void);
+
+#endif /* NTP_TIMER_H */