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