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