aboutsummaryrefslogtreecommitdiffstats
path: root/include/grub/mips/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grub/mips/time.h')
-rw-r--r--include/grub/mips/time.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/grub/mips/time.h b/include/grub/mips/time.h
new file mode 100644
index 0000000..b143a48
--- /dev/null
+++ b/include/grub/mips/time.h
@@ -0,0 +1,6 @@
+#ifdef GRUB_MACHINE_EMU
+static inline void
+grub_cpu_idle(void)
+{
+}
+#endif