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