1*27b03b36SApple OSS Distributions #ifndef _COUNTER_COMMON_H 2*27b03b36SApple OSS Distributions #define _COUNTER_COMMON_H 3*27b03b36SApple OSS Distributions 4*27b03b36SApple OSS Distributions int init_scalable_counter_test(void); 5*27b03b36SApple OSS Distributions int fini_scalable_counter_test(void); 6*27b03b36SApple OSS Distributions 7*27b03b36SApple OSS Distributions #endif /* !defined(_COUNTER_COMMON_H) */ 8