#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