Files
Linux_Drivers/freertos/cvitek/common/include/riscv64/sleep.h
carbon ca03037500 freertos: release the generic version source code
freertos runs on the second core (small one) of the CPU
2023-10-19 14:31:43 +08:00

8 lines
139 B
C

#ifndef _SLEEP_H
#define _SLEEP_H
void usleep(unsigned long useconds);
void nanosleep(unsigned long nseconds);
#endif // end of _SLEEP_H