OSDN Git Service

projects clean up 1
[pinoc/pinoc.git] / test / Standart_startup / lib / include / sched.h
1 #ifndef _SCHED_H_
2 #define _SCHED_H_
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 #include <sys/sched.h>
9
10 #ifdef __cplusplus
11 }
12 #endif
13
14 #endif /* _SCHED_H_ */