summaryrefslogtreecommitdiff
path: root/src/cpu/allwinner/a10/monotonic_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/allwinner/a10/monotonic_timer.c')
-rw-r--r--src/cpu/allwinner/a10/monotonic_timer.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/cpu/allwinner/a10/monotonic_timer.c b/src/cpu/allwinner/a10/monotonic_timer.c
new file mode 100644
index 0000000000..16d478a250
--- /dev/null
+++ b/src/cpu/allwinner/a10/monotonic_timer.c
@@ -0,0 +1,13 @@
+/*
+ * Placeholder for code to come (needed to complete build)
+ *
+ * Copyright (C) 2013 Alexandru Gagniuc <mr.nuke.me@gmail.com>
+ * Subject to the GNU GPL v2, or (at your option) any later version.
+ */
+
+#include <timer.h>
+
+void timer_monotonic_get(struct mono_time *mt)
+{
+ (void)mt;
+}