mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-25 04:00:24 +00:00
10 lines
145 B
C
10 lines
145 B
C
|
#ifndef __SCX_EXAMPLE_PAIR_H
|
||
|
#define __SCX_EXAMPLE_PAIR_H
|
||
|
|
||
|
enum {
|
||
|
MAX_QUEUED = 4096,
|
||
|
MAX_CGRPS = 4096,
|
||
|
};
|
||
|
|
||
|
#endif /* __SCX_EXAMPLE_PAIR_H */
|