8 lines
161 B
C
8 lines
161 B
C
#ifndef _ARCH_SLEEP_H
|
|
#define _ARCH_SLEEP_H
|
|
|
|
void arch_usleep(unsigned long useconds);
|
|
void arch_nsleep(unsigned long nseconds);
|
|
|
|
#endif // end of _ARCH_SLEEP_H
|