#ifndef _KERNEL_SYS_STALL_H #define _KERNEL_SYS_STALL_H #include void stall_ms (uint64_t ms); #endif // _KERNEL_SYS_STALL_H