9 lines
90 B
C
9 lines
90 B
C
|
#ifndef _SCHED_H
|
||
|
#define _SCHED_H
|
||
|
|
||
|
typedef int cpu_set_t;
|
||
|
|
||
|
#define CPU_ZERO (x) 0
|
||
|
|
||
|
#endif
|