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