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