aboutsummaryrefslogtreecommitdiff
path: root/src/include/part/init_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/part/init_timer.h')
-rw-r--r--src/include/part/init_timer.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/part/init_timer.h b/src/include/part/init_timer.h
new file mode 100644
index 0000000000..d8b372dc38
--- /dev/null
+++ b/src/include/part/init_timer.h
@@ -0,0 +1,10 @@
+#ifndef PART_INIT_TIMER_H
+#define PART_DELAY_H
+
+#if HAVE_INIT_TIMER == 1
+void init_timer(void);
+#else
+#define init_timer() do{} while(0)
+#endif
+
+#endif /* PART_INIT_TIMER_H */