grub/include/grub/mips/time.h

7 lines
74 B
C

#ifdef GRUB_MACHINE_EMU
static inline void
grub_cpu_idle(void)
{
}
#endif