summaryrefslogtreecommitdiffstats
path: root/schedsim/rtems/sched_cpu/sys/cpuset.h
blob: d89bb68ef13a7ca5c5c7c9ce74ba2a3515ff98af (plain) (blame)
1
2
3
4
5
6
7
8
9
/*
 *  On Linux, the cpu_set_t is defined here proteted with _GNU_SOURCE
 *  and it is defined in Makefile.am`
 */
#include <sched.h>
#ifndef __CPU_ZERO_S
#error "__CPU_ZERO_S not defined - check configuration"
#endif