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