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 */