Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 9 lines 145 B view raw
1#ifndef __SCX_EXAMPLE_PAIR_H 2#define __SCX_EXAMPLE_PAIR_H 3 4enum { 5 MAX_QUEUED = 4096, 6 MAX_CGRPS = 4096, 7}; 8 9#endif /* __SCX_EXAMPLE_PAIR_H */