Generic sleep_micro() function
This commit is contained in:
9
kernel/sys/time.h
Normal file
9
kernel/sys/time.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _KERNEL_SYS_TIME_H
|
||||
#define _KERNEL_SYS_TIME_H
|
||||
|
||||
#include <libk/std.h>
|
||||
|
||||
/* May take a timer peripheral lock! */
|
||||
void sleep_micro (size_t us);
|
||||
|
||||
#endif // _KERNEL_SYS_TIME_H
|
||||
Reference in New Issue
Block a user