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