aboutsummaryrefslogtreecommitdiff
path: root/src/arch/riscv/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/riscv/misc.c')
-rw-r--r--src/arch/riscv/misc.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/arch/riscv/misc.c b/src/arch/riscv/misc.c
new file mode 100644
index 0000000000..6e64028777
--- /dev/null
+++ b/src/arch/riscv/misc.c
@@ -0,0 +1,9 @@
+#include <delay.h>
+
+void init_timer(void)
+{
+}
+
+void udelay(unsigned int n)
+{
+}