summaryrefslogtreecommitdiffstats
path: root/tools/sched_ext/scx_pair.h
blob: d9666a447d3fde930263995fa8f13a03dfded0a8 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __SCX_EXAMPLE_PAIR_H
#define __SCX_EXAMPLE_PAIR_H

enum {
	MAX_QUEUED		= 4096,
	MAX_CGRPS		= 4096,
};

#endif /* __SCX_EXAMPLE_PAIR_H */