xref: /xnu-8792.81.2/tests/counter/common.h (revision 19c3b8c28c31cb8130e034cfb5df6bf9ba342d90)
1*19c3b8c2SApple OSS Distributions #ifndef _COUNTER_COMMON_H
2*19c3b8c2SApple OSS Distributions #define _COUNTER_COMMON_H
3*19c3b8c2SApple OSS Distributions 
4*19c3b8c2SApple OSS Distributions int init_scalable_counter_test(void);
5*19c3b8c2SApple OSS Distributions int fini_scalable_counter_test(void);
6*19c3b8c2SApple OSS Distributions 
7*19c3b8c2SApple OSS Distributions #endif /* !defined(_COUNTER_COMMON_H) */
8