9 lines
135 B
C
9 lines
135 B
C
#ifndef _LIBSYSTEM_STALL_H
|
|
#define _LIBSYSTEM_STALL_H
|
|
|
|
#include <stdint.h>
|
|
|
|
void stall_ms (uint64_t ms);
|
|
|
|
#endif // _LIBSYSTEM_STALL_H
|