xref: /xnu-8796.141.3/tests/counter/common.h (revision 1b191cb58250d0705d8a51287127505aa4bc0789)
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