xref: /linux/tools/sched_ext/scx_pair.h (revision 3f276cece4dd9e8bf199d9bf3901eef8ca904c2d)
1 #ifndef __SCX_EXAMPLE_PAIR_H
2 #define __SCX_EXAMPLE_PAIR_H
3 
4 enum {
5 	MAX_QUEUED		= 4096,
6 	MAX_CGRPS		= 4096,
7 };
8 
9 #endif /* __SCX_EXAMPLE_PAIR_H */
10