os/libc/tasking.h

7 lines
59 B
C

#ifndef TASKING_H
#define TASKING_H
void yield();
#endif