Document amd64 platform-specific code
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
#include <libk/std.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
/// Sleep for given amount of microseconds
|
||||
void sleep_micro (size_t us) { amd64_hpet_sleep_micro (us); }
|
||||
|
||||
Reference in New Issue
Block a user