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