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