mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
5 lines
58 B
C
5 lines
58 B
C
#include <time/time.h>
|
|
|
|
void usleep(int l){
|
|
udelay(l);
|
|
}
|