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