9 lines
72 B
C
9 lines
72 B
C
|
|
||
|
#ifndef THREAD_H_
|
||
|
#define THREAD_H_
|
||
|
|
||
|
void thread_yield(void);
|
||
|
|
||
|
#endif
|
||
|
|