Files
Linux_Drivers/freertos/cvitek/install/include/arch/arch_sleep.h
sam.xiang cbb030f19f [freertos] add freertos firmware
Change-Id: I4158d66d9b5fc444e28287f55e79ac24e0a1666f
2023-03-10 20:35:49 +08:00

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