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