xref: /linux/tools/sched_ext/scx_pair.h (revision c17ee635fd3a482b2ad2bf5e269755c2eae5f25e)
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