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