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