9 lines
140 B
C
9 lines
140 B
C
#ifndef _KERNEL_SYS_STALL_H
|
|
#define _KERNEL_SYS_STALL_H
|
|
|
|
#include <libk/std.h>
|
|
|
|
void stall_ms (uint64_t ms);
|
|
|
|
#endif // _KERNEL_SYS_STALL_H
|